ASPxClientCardView.IsCardSelectedOnPage(visibleIndex) Method
In This Article
Indicates whether or not the specified card is selected within the current page.
#Declaration
TypeScript
IsCardSelectedOnPage(
visibleIndex: number
): boolean
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | The card’s visible index. |
#Returns
Type | Description |
---|---|
boolean |
|
See Also