DataPagerField::IStateManager::IsTrackingViewState Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets a value that indicates whether the DataPagerField object is tracking its view-state changes.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
private: property bool IsTrackingViewState { virtual bool get() sealed = IStateManager::IsTrackingViewState::get; }
Property Value
Type: System::Booleantrue if the DataPagerField object is tracking its view-state changes; otherwise, false.
Implements
IStateManager::IsTrackingViewStateThe IStateManager::IsTrackingViewState interface property uses the value of the IsTrackingViewState property. This contains the actual implementation and can be extended by control developers.
.NET Framework
Available since 3.5
Available since 3.5
Show: