IStateManager.IsTrackingViewState Property
Retrieves a value indicating whether the server control is tracking its view state changes.
Syntax
Visual Basic Public ReadOnly Property IStateManager.IsTrackingViewState As bool C# public bool IStateManager.IsTrackingViewState { get; } Managed C++ public: __property bool get_IStateManager.IsTrackingViewState(); JScript public function get IStateManager.IsTrackingViewState() : bool;
Possible Values
bIsTrackingViewState bool that specifies whether the server control is tracking its view state changes. The property is read-only. The property has no default value.
Property Information
Applies To
BaseChildNode, BaseChildNodeCollection, CssCollection
See Also