共用方式為


PaginationState 類別

定義

保留狀態,表示 中的 QuickGrid<TGridItem>分頁。

public class PaginationState
type PaginationState = class
Public Class PaginationState
繼承
PaginationState

建構函式

PaginationState()

保留狀態,表示 中的 QuickGrid<TGridItem>分頁。

屬性

CurrentPageIndex

取得目前以零起始的頁面索引。 若要設定它,請呼叫 SetCurrentPageIndexAsync(Int32)

ItemsPerPage

取得或設定每個頁面上的項目數目。

LastPageIndex

如果已知,取得最後一頁以零起始的索引。 值將會是 null,直到 TotalItemCount 已知為止。

TotalItemCount

如果已知,取得所有頁面的項目總數。 值將會是 Null,直到相關聯的 QuickGrid<TGridItem> 在載入數據之後指派值為止。

方法

GetHashCode()

保留狀態,表示 中的 QuickGrid<TGridItem>分頁。

SetCurrentPageIndexAsync(Int32)

設定目前的頁面索引,並通知任何相關聯的 QuickGrid<TGridItem> 擷取和轉譯更新的數據。

事件

TotalItemCountChanged

當專案總數變更時所引發的事件。

適用於