共用方式為


QuickGrid<TGridItem>.Pagination 屬性

定義

選擇性地將此 QuickGrid<TGridItem> 實例與 PaginationState 模型連結,讓方格只擷取和轉譯目前的數據頁面。

這通常與 Paginator 元件或其他顯示及更新所提供 PaginationState 實例的UI邏輯搭配使用。

[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.QuickGrid.PaginationState? Pagination { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Pagination : Microsoft.AspNetCore.Components.QuickGrid.PaginationState with get, set
Public Property Pagination As PaginationState

屬性值

屬性

適用於