DataKey.IsTrackingViewState Property

Definition

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

protected:
 virtual property bool IsTrackingViewState { bool get(); };
protected virtual bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected Overridable ReadOnly Property IsTrackingViewState As Boolean

Property Value

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

Remarks

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

Note

This property is used primarily by control developers.

Notes to Inheritors

When extending the DataKey class, you can override this property to indicate whether view-state changes are tracked.

Applies to

See also