ITreeList.GetPageCount() Method
Returns the total number of pages in the TreeList.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.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