DataGridColumn.IStateManager.IsTrackingViewState プロパティ

定義

列がビュー ステートの変更を追跡しているかどうかを示す値を取得します。

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

プロパティ値

true DataGridColumn オブジェクトがビューステートの変更を追跡している場合は、それ以外の場合はfalse

実装

注釈

IsTrackingViewState メンバーは、DataGridColumn クラスからカスタム実装を派生するときに、主にコントロール開発者によって使用されます。

適用対象