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입니다.

구현

적용 대상