ASPxClientVerticalGrid.GetVisibleRecordsOnPage Method
In This Article
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