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





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

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

 Syntax

C#  Copy Code

public bool EnableScheduleItemsState { get; set; }

Visual Basic  Copy Code

Public Property EnableScheduleItemsState As Boolean

 Property Value

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

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace