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