DataSourceExpression::IsTrackingViewState Property

.NET Framework (current version)
 

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)

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

Property Value

Type: System::Boolean

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

.NET Framework
Available since 4.0
Return to top
Show: