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

属性值

属性

适用于