IModelListViewBlazor.PageSize Property
Specifies the number of records displayed on a List Editor page.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 20 | A number of records displayed on a List Editor page. |
Remarks
If the current View uses DxGridListEditor, you can display all rows on one page. Use one of the following methods:
- Set the ShowAllRows model option to
True
. - Set the ShowAllRows property of the grid component to
true
. The following article describes how you can use List View API to access the DxGrid component and its properties: How to: Access the Grid Component in a List View.
See Also