Gets a value that indicates whether the BorderDetailedStyle object is saving changes to its view state.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool IsTrackingViewState { get; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public ReadOnly Property IsTrackingViewState As Boolean
	Get

Implements

IStateManager..::..IsTrackingViewState

See Also