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





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

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

 Syntax

C#  Copy Code

public bool EnableScheduleLocationsState { get; set; }

Visual Basic  Copy Code

Public Property EnableScheduleLocationsState As Boolean

 Property Value

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace