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

CardViewTemplates Class

Contains templates used to display the ASPxCardView‘s visual elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CardViewTemplates :
    PropertiesBase

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

See Also