共用方式為


ItemPager.ItemCount 屬性

定義

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

public:
 property int ItemCount { int get(); };
public int ItemCount { get; }
member this.ItemCount : int
Public ReadOnly Property ItemCount As Integer

屬性值

目前頁面上可見項目的計數。

備註

ASP.NET 支援內部分頁的行動控件也提供稱為自定義分頁的功能。 一般而言,這類控件會要求您提供其可顯示的所有數據。 開發人員會指定 屬性清單中 ItemCount 項目的總數。 屬性 ItemsPerPage 會指定控制項每個頁面顯示的項目數。

適用於

另請參閱