ASPxClientDataView.GetPageCount Method
In This Article
Gets the number of pages into which the ASPxDataView‘s data is divided.
#Declaration
TypeScript
GetPageCount(): number
#Returns
Type | Description |
---|---|
number | The number of pages. |
#Remarks
The number of pages is automatically calculated based on the total number of items and the number of items displayed by every page. The latter is specified in different ways depending on the layout mode.
See Also