ModelDataSourceView.IsTrackingViewState Método

Definição

Retorna um valor que indica se o controle armazena o estado no estado de exibição.Returns a value that indicates whether the control stores state in view state.

protected:
 virtual bool IsTrackingViewState();
protected virtual bool IsTrackingViewState ();
abstract member IsTrackingViewState : unit -> bool
override this.IsTrackingViewState : unit -> bool
Protected Overridable Function IsTrackingViewState () As Boolean

Retornos

Boolean

true se o controle armazenar o estado no estado de exibição; caso contrário, false.true if the control stores state in view state; otherwise, false.

Aplica-se a