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.
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.Booleantrue if a data source expression object is tracking its view state changes; otherwise, false.
Implements
IStateManager.IsTrackingViewStateThis 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
Available since 4.0
Show: