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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewTemplates Templates { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
#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.
For examples on how templates can be used within the ASPxCardView, see Templates in the ASPxCardView’s demo.