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

CardCenteredLayoutTemplate.DeltaIndicator Property

Provides access to the delta indicator displayed within the card.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CardLayoutTemplateElement DeltaIndicator { get; }

Property Value

Type Description
CardLayoutTemplateElement

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

See Also