QuickGrid<TGridItem>.Pagination 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
選擇性地將此 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
屬性值
- 屬性