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

CardCenteredLayoutTemplate.SubValue Property

Provides access to a sub-value displayed within a card.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CardLayoutTemplateDataElement SubValue { get; }

Property Value

Type Description
CardLayoutTemplateDataElement

A CardLayoutTemplateDataElement object that is the sub-value displayed within a card.

See Also