Show theme settings Shopping cart Download trialFree Trial
Change Theme Settings
Change Theme Settings
Themes
 
Show All Themes
v
...v

Focusing

Nancy Davolio
Andrew Fuller
Janet Leverling
Margaret Peacock
Page 1 of 3 (9 items)Prev123Next
Details
First Name:
Last Name:
Home Phone:
Title:
Notes:


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.

Collapse/Expand
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).
Open CS Solution
The source code files for this demo are installed (by default) in the following directory:
\Users\Public\Documents\DevExpress Demos XX.X\Components\ASP.NET\CS\MVCxCardViewDemos