DataGridColumn.IsTrackingViewState 属性

定义

获取一个值,该值确定是否 DataGridColumn 将对象标记为保存其状态。

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

属性值

true 如果标记了 , DataGridColumn 则为 .;否则为 false

实现

适用于