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

CardLayoutTemplateElement Class

A visual element within a card layout.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.2.Core.dll

Declaration

public class CardLayoutTemplateElement

Remarks

The CardLayoutTemplateElement object provides access to settings for a card’s visual elements for predefined layout templates (such as CardStretchedLayoutTemplate and CardCompactLayoutTemplate). For instance, you can use the following properties to access element settings for a CardStretchedLayoutTemplate:

To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.

Inheritance

Object
CardLayoutTemplateElement
See Also