DataKey::IStateManager::IsTrackingViewState Property
.NET Framework (current version)
Gets a value indicating whether the DataKey object 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 to indicate that the DataKey is tracking its view-state changes; otherwise, false.
Implements
IStateManager::IsTrackingViewStateThe IStateManager::IsTrackingViewState property is used to determine whether the DataKey object is tracking its view-state changes.
.NET Framework
Available since 2.0
Available since 2.0
Show: