aspnet-devexpress-dot-web-fc87da36.md
Contains templates used to display the ASPxCardView‘s visual elements.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CardViewTemplates :
PropertiesBase
Public Class CardViewTemplates
Inherits PropertiesBase
The following members return CardViewTemplates objects:
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.
Object StateManager PropertiesBase CardViewTemplates
See Also