ModelDataSourceView::IStateManager::IsTrackingViewState Property
.NET Framework (current version)
Gets a value indicating whether a server control is tracking its view state changes.
Assembly: System.Web (in System.Web.dll)
private: property bool IsTrackingViewState { virtual bool get() sealed = IStateManager::IsTrackingViewState::get; }
Property Value
Type: System::Booleantrue, if the data source view is marked saves its state; otherwise, false.
Implements
IStateManager::IsTrackingViewStateThis member is an explicit interface member implementation. It can be used only when the ModelDataSourceView instance is cast to the IStateManager interface.
.NET Framework
Available since 4.5
Available since 4.5
Show: