DataGridColumn.IsTrackingViewState Propriedade
Definição
Obtém um valor que determina se o objeto DataGridColumn está marcado para salvar seu estado.Gets a value that determines whether the DataGridColumn object is marked to save its state.
protected:
property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean
Valor da propriedade
true Se o DataGridColumn estiver marcado; caso contrário, false .true if the DataGridColumn is marked; otherwise, false.