DataGridColumn.IsTrackingViewState Property

Definition

Gets a value that determines whether the DataGridColumn object is marked to save its 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 DataGridColumn is marked; otherwise, false.

Implements

Applies to