Skip to main content

CardCompactLayoutTemplate.BottomValue Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CardLayoutTemplateDataElement BottomValue { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

A CardLayoutTemplateElement object that is the delta indicator displayed within the card.

See Also