Skip to main content

ASPxClientCardView.IsCardSelectedOnPage(visibleIndex) Method

Indicates whether or not the specified card is selected within the current page.

#Declaration

TypeScript
IsCardSelectedOnPage(
    visibleIndex: number
): boolean

#Parameters

Name Type Description
visibleIndex number

The card’s visible index.

#Returns

Type Description
boolean

true if the specified card is selected within the current page; otherwise, false.

See Also