ASPxClientVerticalGrid.GetPageCount Method
In This Article
Gets the number of pages to which the grid’s data is divided.
#Declaration
TypeScript
GetPageCount(): number
#Returns
Type | Description |
---|---|
number | The number of grid pages. |
See Also