DataGridColumnCollection.IStateManager.IsTrackingViewState 属性
定义
获取一个值,该值指示集合是否在跟踪其视图状态的更改。Gets a value indicating whether the collection is tracking its view-state changes.
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
属性值
如果 DataGridColumnCollection 对象在跟踪其视图状态更改,则为 true;否则为 false。true if a DataGridColumnCollection object is tracking its view-state changes; otherwise, false.
实现
注解
IStateManager.IsTrackingViewState成员是显式接口成员实现。The IStateManager.IsTrackingViewState member is an explicit interface member implementation. 它只能在 DataGridColumnCollection 实例被强制转换为接口时使用 IStateManager 。It can be used only when a DataGridColumnCollection instance is cast to an IStateManager interface.