EntityDataSourceView::IStateManager::IsTrackingViewState Property
.NET Framework (current version)
Gets a value that indicates whether the EntityDataSourceView object is saving changes to its view state.
Assembly: System.Web.Entity (in System.Web.Entity.dll)
private: property bool IsTrackingViewState { virtual bool get() sealed = IStateManager::IsTrackingViewState::get; }
Property Value
Type: System::Booleantrue if the data source view is marked to save its state; otherwise, false.
Implements
IStateManager::IsTrackingViewState
.NET Framework
Available since 3.5
Available since 3.5
Show: