DataGridColumn.IsTrackingViewState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,判斷是否標記 DataGridColumn 物件以儲存其狀態。
protected:
property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean
屬性值
如果已標記 DataGridColumn 則為 true
,否則為 false
。