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





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

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

 Syntax

C#  Copy Code

public bool EnableViewSettingsState { get; set; }

Visual Basic  Copy Code

Public Property EnableViewSettingsState As Boolean

 Property Value

true if the ViewSettings are written in the current ViewState; otherwise false. Default value is true.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace