DataControlField.IsTrackingViewState Property

Definition

Gets a value indicating whether the DataControlField object is saving changes to its view state.

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

Property Value

true if the data source view is marked to save its state; otherwise, false.

Applies to

See also