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 Card View (ASPxCardView) 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.

Server Side

The focused card is identified by the FocusedCardIndex property. Use this property to move card focus in code. Changing this property raises the FocusedCardChanged event.

Client Side

End-users move focus by clicking the desired cards. To respond to a change in card focus, handle the FocusedCardChanged 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 ASPxCardView.

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