Skip to main content

CardLightweightLayoutTemplate.MainValue Property

Provides access to the main value displayed within a card.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CardLayoutTemplateDataElement MainValue { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

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

See Also