共用方式為


PaginationState.SetCurrentPageIndexAsync(Int32) 方法

定義

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

public System.Threading.Tasks.Task SetCurrentPageIndexAsync (int pageIndex);
member this.SetCurrentPageIndexAsync : int -> System.Threading.Tasks.Task
Public Function SetCurrentPageIndexAsync (pageIndex As Integer) As Task

參數

pageIndex
Int32

以零起始的新頁面索引。

傳回

Task 表示作業完成。

適用於