Skip to main content

CardCompactLayoutTemplate.BottomSubValue1 Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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