PagedControl.VisibleItemCount 属性
定义
获取在当前 ASP.NET 移动 Web 窗体页上的可见项数。Gets the number of items that are visible on the current ASP.NET mobile Web Forms page. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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 窗体页上的可见项数。The number of items that are visible on the current ASP.NET mobile Web Forms page.
- 属性
注解
如果控件在当前窗体页上都不可见,则此值为0。If the control is not visible at all on the current form page, this value is 0.