DataPagerField.IStateManager.IsTrackingViewState プロパティ

定義

DataPagerField オブジェクトでビューステートの変化を追跡しているかどうかを示す値を取得します。

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

プロパティ値

DataPagerField オブジェクトでビューステートの変化を追跡する場合は true。それ以外の場合は false

実装

注釈

interface プロパティは IStateManager.IsTrackingViewState 、 プロパティの値を IsTrackingViewState 使用します。 これには実際の実装が含まれており、コントロール開発者が拡張できます。

適用対象

こちらもご覧ください