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

CardStretchedLayoutTemplate.BottomValue1 Property

Provides access to the first value displayed at the bottom of the card.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CardLayoutTemplateDataElement BottomValue1 { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

A CardLayoutTemplateDataElement object that is the first value displayed at the bottom of the card.

See Also