Member Table: Focused Card
Server
| Member | Description |
|---|---|
| ASPxCardViewBehaviorSettings.AllowFocusedCard | Specifies whether the focused card is displayed. |
| ASPxCardView.FocusedCardIndex | Specifies the focused card by its index. |
| ASPxCardView.FocusedCardChanged | Fires after the focused card has been changed. |
| CardViewStyles.FocusedCard | Gets the style settings used to paint the currently focused card. |
Client
| Member | Description |
|---|---|
| ASPxClientCardView.SetFocusedCardIndex | Moves focus to the specified card. |
| ASPxClientCardView.GetFocusedCardIndex | Returns the focused card’s index. |
| ASPxClientCardView.FocusedCardChanged | Fires when card focus is changed. |