Share via


QuickGrid<TGridItem>.Pagination 속성

정의

필요에 따라 이 QuickGrid<TGridItem> instance 모델과 PaginationState 연결하여 그리드가 현재 데이터 페이지만 가져오고 렌더링합니다.

일반적으로 제공된 PaginationState instance 표시하고 업데이트하는 구성 요소 또는 다른 UI 논리와 함께 Paginator 사용됩니다.

[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

속성 값

특성

적용 대상