LinqDataSourceView.IsTrackingViewState Property

Definition

Gets a value that indicates whether the LinqDataSourceView 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.

Remarks

The IsTrackingViewState property is set to true when you call the TrackViewState() method of the LinqDataSourceView class or the TrackViewState() method of the LinqDataSource class.

Applies to

See also