ASP.NET Pack Programmer's Guide
ItemSettings.IsTrackingViewState Property
See Also
 





IStateManager.IsTrackingViewState override. Gets a value that indicates whether the server control is saving changes to its view state.

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

 Syntax

C#  Copy Code

public bool IsTrackingViewState { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsTrackingViewState As Boolean

 Property Value

Type: Boolean
true if the control is saving changes to its ViewState; otherwise false.

 See Also

ItemSettings Members
ItemSettings Class
MindFusion.Scheduling.WebForms Namespace