A newer version of this page is available.
Switch to the current version.
CardViewTemplates Class
Contains templates used to display the ASPxCardView's visual elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
public class CardViewTemplates :
PropertiesBase
Public Class CardViewTemplates
Inherits PropertiesBase
Related API Members
The following members accept/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
Feedback