DataGridColumn.IsTrackingViewState プロパティ

定義

DataGridColumn オブジェクトが状態を保存するようにマークされているかどうかを判断する値を取得します。

protected:
 property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean

プロパティ値

Boolean

DataGridColumn がマークされている場合は true。それ以外の場合は false

実装

適用対象