Back to Devexpress

CardViewTemplates Class

aspnet-devexpress-dot-web-fc87da36.md

latest2.0 KB
Original Source

CardViewTemplates Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewTemplates :
    PropertiesBase
vb
Public Class CardViewTemplates
    Inherits 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

IStateManager

Inheritance

Object StateManager PropertiesBase CardViewTemplates

See Also

CardViewTemplates Members

Card View

Online Demo: Templates - Card

DevExpress.Web Namespace