ASPxClientCardView.SetFocusedCardIndex(visibleIndex) Method
In This Article
Moves focus to the specified card.
#Declaration
TypeScript
SetFocusedCardIndex(
visibleIndex: number
): void
#Parameters
Name | Type | Description |
---|---|---|
visible |
number | 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