Skip to main content

CardCenteredLayoutTemplate.BottomValue Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public CardLayoutTemplateDataElement BottomValue { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

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

See Also