IGrid.GetPageCount() Method
Returns the total number of pages in the Grid.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
int GetPageCount()
Returns
| Type | Description |
|---|---|
| Int32 | The total number of pages. |
Remarks
Refer to the GetPageCount() method description for more information and an example.
See Also