QueryableDataSourceView.IsTrackingViewState 属性

定义

获取一个值,该值指示对象是否 QueryableDataSourceView 将更改保存到其视图状态。

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

属性值

true 如果数据源视图标记为保存其状态,则为 ;否则,为 false.

适用于