PagedDataSource.FirstIndexInPage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得顯示在頁面上第一個記錄的索引。
public:
property int FirstIndexInPage { int get(); };
public int FirstIndexInPage { get; }
member this.FirstIndexInPage : int
Public ReadOnly Property FirstIndexInPage As Integer
屬性值
顯示在頁面上第一個記錄的索引。
備註
您 FirstIndexInPage 可以使用屬性來判斷目前頁面上第一個專案的索引。
注意
如果 IsPagingEnabled 屬性設定為 false
,或 IsCustomPagingEnabled 或 AllowServerPaging 屬性設定為 true
,或 DataSource 屬性包含 null
,則會傳回0。