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

CardCompactLayoutTemplate.MainValue Property

Provides access to a main value displayed within a card.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public CardLayoutTemplateDataElement MainValue { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

A CardLayoutTemplateDataElement object that is the main value displayed within a card.

See Also