DataPagerField.IStateManager.IsTrackingViewState Propiedad

Definición

Obtiene un valor que indica si el objeto DataPagerField está realizando un seguimiento de los cambios en su estado de vista.

property bool System::Web::UI::IStateManager::IsTrackingViewState { bool get(); };
bool System.Web.UI.IStateManager.IsTrackingViewState { get; }
member this.System.Web.UI.IStateManager.IsTrackingViewState : bool
 ReadOnly Property IsTrackingViewState As Boolean Implements IStateManager.IsTrackingViewState

Valor de propiedad

Es true si el objeto DataPagerField efectúa el seguimiento de los cambios del estado de vista; en caso contrario, es false.

Implementaciones

Comentarios

La IStateManager.IsTrackingViewState propiedad interface usa el valor de la IsTrackingViewState propiedad . Esto contiene la implementación real y los desarrolladores de controles pueden ampliarla.

Se aplica a

Consulte también