DataGridColumn.IStateManager.IsTrackingViewState 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出資料行是否正在追蹤 (Tracking) 檢視狀態變更。
property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
member this.System.Web.UI.IStateManager.IsTrackingViewState : bool
ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState
屬性值
如果 DataGridColumn 物件正在追蹤它的檢視狀態變更,則為 true
,否則為 false
。
實作
備註
成員 IsTrackingViewState 主要是由控制項開發人員從 類別衍生自訂實 DataGridColumn 作時使用。