Skip to main content

ASPxClientVerticalGrid.GetVisibleRecordsOnPage Method

Returns the number of records actually displayed on the active page.

#Declaration

TypeScript
GetVisibleRecordsOnPage(): number

#Returns

Type Description
number

The number of records displayed on the active page.

#Remarks

Use the GetVisibleRecordsOnPage method to get the number of records that are currently visible on the page.

See Also