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