Skip to main content

CardStretchedLayoutTemplate.TopValue Property

Provides access to the value displayed at the top of the card.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CardLayoutTemplateDataElement TopValue { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

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

See Also