When implemented by a class, gets a value indicating whether a server control is tracking its view state changes.

Namespace:  C1.Web.iPhone.C1NavigationList
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool IsTrackingViewState { get; }
Visual Basic
Public ReadOnly Property IsTrackingViewState As Boolean
	Get

Field Value

Return Value

true if a server control is tracking its view state changes; otherwise, false.

Implements

IStateManager..::..IsTrackingViewState

See Also