Skip to main content

CardStretchedLayoutTemplate.DeltaIndicator Property

Provides access to the delta indicator displayed within the card.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CardLayoutTemplateElement DeltaIndicator { get; }

Property Value

Type Description
CardLayoutTemplateElement

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

See Also