通过


MobileListItem.IsTrackingViewState 属性

定义

获取一个值,该值指示列表项控件是否跟踪其视图状态的更改。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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

属性值

true 如果列表项正在跟踪对其视图状态的更改,则为否则,为 false.

适用于

另请参阅