Skip to main content
A newer version of this page is available. .

ASPxClientCardView.SetFocusedCardIndex(visibleIndex) Method

Moves focus to the specified card.

Declaration

SetFocusedCardIndex(
    visibleIndex: number
): void

Parameters

Name Type Description
visibleIndex number

An integer value that specifies the focused card’s index.

Remarks

The focused card feature is enabled when the ASPxCardViewBehaviorSettings.AllowFocusedCard property is set to true.

When row focus changes, the ASPxClientCardView.FocusedCardChanged event is raised.

For more information, see Focus and Navigation.

See Also