Style::IsTrackingViewState Property

 

Returns a value indicating whether any style elements have been defined in the state bag.

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

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

Property Value

Type: System::Boolean

true if there are style elements defined in the state bag; otherwise, false.

Use the IsTrackingViewState property to determine whether any style elements have been defined in the state bag. This property is primarily used by control developers.

.NET Framework
Available since 1.1
Return to top
Show: