CardViewTemplates Class
In This Article
Contains templates used to display the ASPxCardView‘s visual elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CardViewTemplates :
PropertiesBase
#Related API Members
The following members return CardViewTemplates objects:
#Remarks
The ASPxCardView provides multiple templates that allow you to create custom layouts for its visual elements (cards, edit forms, status bar, etc.). A template is a set of HTML elements and Web controls that define the layout for a particular element (area) of a control.
Templates can be accessed via the ASPxCardView.Templates property.
#Implements
#Inheritance
Object
StateManager
PropertiesBase
CardViewTemplates
See Also