DataControlField.IStateManager.IsTrackingViewState Proprietà
Definizione
Ottiene un valore che indica se l'oggetto DataControlField sta salvando le modifiche apportate al relativo stato di visualizzazione.Gets a value indicating whether the DataControlField object is saving changes to its view state.
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
Valore della proprietà
true
per indicare che la classe DataControlField sta salvando le modifiche apportate allo stato di visualizzazione; in caso contrario, false
.true
to indicate that the DataControlField is saving changes to its view state; otherwise, false
.