DataPagerField::IStateManager::IsTrackingViewState Property

 

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.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

private:
property bool IsTrackingViewState {
	virtual bool get() sealed = IStateManager::IsTrackingViewState::get;
}

Property Value

Type: System::Boolean

true if the DataPagerField object is tracking its view-state changes; otherwise, false.

The 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
Return to top
Show: