Skip to main content
A newer version of this page is available. .
Tab

ASPxCardView.Templates Property

Provides access to the templates used to display the CardView’s elements (cards, customization panel, edit form, etc.).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewTemplates Templates { get; }

Property Value

Type Description
CardViewTemplates

A CardViewTemplates object that contains templates for displaying cards, customization panel, edit form, etc.

Remarks

A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control. The ASPxCardView provides multiple templates that can be accessed via the Templates property. You can provide templates used for displaying cards, edit form, etc.

ASPxCardView_Templates

For examples on how templates can be used within the ASPxCardView, see Templates in the ASPxCardView’s demo.

See Also