PagedControl.VisibleItemCount 屬性

定義

取得目前 ASP.NET Mobile Web Form 頁面上的可見項目數。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 Mobile Web Form 頁面上的可見項目數。

屬性

備註

如果目前窗體頁面上完全看不到控件,則此值為 0。

適用於

另請參閱