LinqDataSourceView.IsTrackingViewState Property

Definition

Gets a value that indicates whether the LinqDataSourceView object is saving changes to its view state.

C#
protected bool IsTrackingViewState { get; }

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

Proizvod Verzije
.NET Framework 3.5

See also