dashboard-devexpress-dot-dashboardcommon-74db3d60.md
A visual element within a card layout that displays bound data in text form.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class CardLayoutTemplateDataElement :
CardLayoutTemplateElement
Public Class CardLayoutTemplateDataElement
Inherits CardLayoutTemplateElement
The following members return CardLayoutTemplateDataElement objects:
Show 18 links
The CardLayoutTemplateDataElement 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 the Stretched layout template:
To learn how to manage the layout of cards in the CardDashboardItem, refer to the CardLayoutTemplate class description.
Object CardLayoutTemplateElement CardLayoutTemplateDataElement
See Also