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: