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

CardCompactLayoutTemplate.BottomSubValue1 Property

Provides access to the first sub-value displayed within a card.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CardLayoutTemplateDataElement BottomSubValue1 { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

A CardLayoutTemplateDataElement object that is the first sub-value displayed within a card.

See Also