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.
Local Copy of this Demo To inspect the source code for this demo on your machine, you must first install our components via the DevExpress Component Installer. |
You can open a local copy of this online demo directly from this webpage (if using v20.2.8, 21.1.4 or higher).
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxCardViewDemos |