ASPxClientCardView.GetVisibleCardsOnPage Method
In This Article
Returns the number of cards actually displayed within the active page.
#Declaration
TypeScript
GetVisibleCardsOnPage(): number
#Returns
Type | Description |
---|---|
number | The number of cards displayed within the active page. |
#Remarks
Use the GetVisibleCardsOnPage method to get the number of cards that are currently visible on the page.
See Also