DataSourceExpression.IsTrackingViewState 属性

定义

获取一个值,该值指示数据源表达式对象是否跟踪其视图状态更改。Gets a value that indicates whether a data source expression object is tracking its view state changes.

protected:
 property bool IsTrackingViewState { bool get(); };
protected bool IsTrackingViewState { get; }
member this.IsTrackingViewState : bool
Protected ReadOnly Property IsTrackingViewState As Boolean

属性值

Boolean

如果数据源表达式对象跟踪其视图状态更改,则为 true;否则为 falsetrue if the data source expression object is tracking its view state changes; otherwise, false.

适用于