Back to Devexpress

Grid Elements that Support Templates

aspnet-114480-components-card-view-concepts-templates-grid-elements-that-support-templates.md

latest1.7 KB
Original Source

Grid Elements that Support Templates

  • Dec 17, 2020

The ASPxCardView control provides a set of templates that specify the layout of its elements. These templates are listed in the table below.

ElementTemplate Property
Data ItemCardViewTemplates.DataItem
CardCardViewTemplates.Card
CardFooterCardViewTemplates.CardFooter
CardHeaderCardViewTemplates.CardHeader
Edit FormCardViewTemplates.EditForm
Title PanelCardViewTemplates.TitlePanel
Status BarCardViewTemplates.StatusBar
HeaderCardViewTemplates.Header
EditItemCardViewTemplates.EditItem
PagerBarCardViewTemplates.PagerBar
Header PanelCardViewTemplates.HeaderPanel

Columns provide their own templates. This allows you to provide a custom layout for their elements (headers, cells).

ElementTemplate Property
Data ItemCardViewColumn.DataItemTemplate
Edit ItemCardViewColumn.EditItemTemplate
HeaderCardViewColumn.HeaderTemplate