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.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
For examples on how templates can be used within the ASPxCardView, see Templates in the ASPxCardView’s demo.