DataPagerField.IStateManager.IsTrackingViewState 屬性
定義
取得值,這個值表示 DataPagerField 物件是否正在追蹤它的檢視狀態變更。Gets a value that indicates whether the DataPagerField object is tracking its view-state changes.
property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState
屬性值
如果 DataPagerField 物件正在追蹤它的檢視狀態變更,則為 true
,否則為 false
。true
if the DataPagerField object is tracking its view-state changes; otherwise, false
.
實作
備註
介面屬性會使用IsTrackingViewState屬性的值。 IStateManager.IsTrackingViewStateThe IStateManager.IsTrackingViewState interface property uses the value of the IsTrackingViewState property. 這包含實際的執行, 並可由控制項開發人員擴充。This contains the actual implementation and can be extended by control developers.