Share via


DataGridColumn.IsTrackingViewState 屬性

定義

取得值,判斷是否標記 DataGridColumn 物件以儲存其狀態。

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

屬性值

Boolean

如果已標記 DataGridColumn 則為 true,否則為 false

實作

適用於