DataPagerField::IsTrackingViewState Property

 

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)

protected:
property bool IsTrackingViewState {
	bool get();
}

Property Value

Type: System::Boolean

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

.NET Framework
Available since 3.5
Return to top
Show: