Back to Devexpress

Member Table: Focused Card

aspnet-114367-components-card-view-member-tables-member-table-focused-card.md

latest1.1 KB
Original Source

Member Table: Focused Card

  • Dec 17, 2020

Server

MemberDescription
ASPxCardViewBehaviorSettings.AllowFocusedCardSpecifies whether the focused card is displayed.
ASPxCardView.FocusedCardIndexSpecifies the focused card by its index.
ASPxCardView.FocusedCardChangedFires after the focused card has been changed.
CardViewStyles.FocusedCardGets the style settings used to paint the currently focused card.

Client

MemberDescription
ASPxClientCardView.SetFocusedCardIndexMoves focus to the specified card.
ASPxClientCardView.GetFocusedCardIndexReturns the focused card’s index.
ASPxClientCardView.FocusedCardChangedFires when card focus is changed.