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

CardStretchedLayoutTemplate.BottomValue2 Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public CardLayoutTemplateDataElement BottomValue2 { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

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

See Also