DataGridColumn.IStateManager.IsTrackingViewState プロパティ
定義
列がビューステートの変化を追跡しているかどうかを示す値を取得します。Gets a value that indicates whether the column is tracking 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
プロパティ値
DataGridColumn オブジェクトでビューステートの変化を追跡する場合は true
。それ以外の場合は false
。true
if the DataGridColumn object is tracking its view-state changes; otherwise, false
.
実装
注釈
IsTrackingViewStateメンバーは、クラスからカスタム実装を派生させるときに、主にコントロールの開発者によって使用され DataGridColumn ます。The IsTrackingViewState member is used primarily by control developers when deriving a custom implementation from the DataGridColumn class.