IStateManager::IsTrackingViewState Property

 

When implemented by a class, gets a value indicating whether a server control is tracking its view state changes.

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

property bool IsTrackingViewState {
	bool get();
}

Property Value

Type: System::Boolean

true if a server control is tracking its view state changes; otherwise, false.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: