ASP.NET Pack Programmer's Guide
Calendar.EnableScheduleContactsState Property
See Also
 





Gets or sets whether Contacts are written in the current ViewState.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public bool EnableScheduleContactsState { get; set; }

Visual Basic  Copy Code

Public Property EnableScheduleContactsState As Boolean

 Property Value

true if the Schedule.Contacts collection is written in the ViewState; otherwise false. Default value is true.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace