IModelListViewBlazor.PageIndex Property
Specifies the zero-based index of the currently selected page.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Blazor
Declaration
Property Value
Type | Description |
---|---|
Int32 | An integer value specifying the zero-based index of the currently selected 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