Skip to main content
A newer version of this page is available. .

ASPxClientDataView.GetPageCount Method

Gets the number of pages into which the ASPxDataView‘s data is divided.

Declaration

GetPageCount(): number

Returns

Type Description
number

An Int32 value that represents 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