DataKey.IStateManager.IsTrackingViewState Property

Definition

Gets a value indicating whether the DataKey object is tracking its view-state changes.

property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
member this.System.Web.UI.IStateManager.IsTrackingViewState : bool
 ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState

Property Value

true to indicate that the DataKey is tracking its view-state changes; otherwise, false.

Implements

Remarks

The IStateManager.IsTrackingViewState property is used to determine whether the DataKey object is tracking its view-state changes.

Applies to

See also