The DevExpress ASP.NET MVC Card View provides a set of templates that allow you to create custom layouts for its visual elements (card headers and footers, edit form, pager bar, etc.) This demo illustrates how to use the Card template to display detail information when a card is hovered.
Template is defined by using the SetCardTemplateContent method. This method contains a parameter that represents specific template container object. Template children are represented by combinations of HTML elements and DevExpress Editors.
See Also:
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 |