ItemPager.ItemIndex プロパティ

定義

現在のページ上に最初に表示される項目のインデックスを取得します。 表示される項目がない場合は -1 を返します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

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

プロパティ値

現在のページ上に最初に表示される項目のインデックス。

適用対象

こちらもご覧ください