ModelDataSourceView.IStateManager.IsTrackingViewState Property

.NET Framework (current version)
 

Gets a value indicating whether a server control is tracking its view state changes.

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

private abstract IsTrackingViewState : bool with get
private override IsTrackingViewState : bool with get

Property Value

Type: System.Boolean

true, if the data source view is marked saves its state; otherwise, false.

This member is an explicit interface member implementation. It can be used only when the ModelDataSourceView instance is cast to the IStateManager interface.

.NET Framework
Available since 4.5
Return to top
Show: