The DevExpress ASP.NET MVC Card View allows end-users to focus cards. By default, card focusing is disabled; set the SettingsBehavior.AllowFocusedCard property to true to enable this feature.
The focused card's appearance can be specified using the style settings provided by the Styles.FocusedCard property.
End-users move focus by clicking the desired cards. To respond to a change in card focus, handle the FocusedCardChanged client event. To identify a card currently being focused, use the GetFocusedCardIndex client method.
This demo shows how to dynamically display a focused employee's details outside the Card View.