PagedControl.VisibleItemCount 属性

定义

获取当前 ASP.NET 移动 Web 窗体页上可见的项数。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 property int VisibleItemCount { int get(); };
[System.ComponentModel.Browsable(false)]
public int VisibleItemCount { get; }
[<System.ComponentModel.Browsable(false)>]
member this.VisibleItemCount : int
Public ReadOnly Property VisibleItemCount As Integer

属性值

当前 ASP.NET 移动 Web 窗体页上可见的项目数。

属性

注解

如果当前窗体页上根本不显示控件,则此值为 0。

适用于

另请参阅