DataSourceExpression.IStateManager.IsTrackingViewState Property

.NET Framework (current version)
 

When implemented by a class, gets a value that indicates whether a data source expression object is tracking its view state changes.

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

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

Property Value

Type: System.Boolean

true if a data source expression object is tracking its view state changes; otherwise, false.

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

.NET Framework
Available since 4.0
Return to top
Show: