Skip to main content

Card.LayoutDeltaOptions Property

Provides access to options that control how the difference between actual and target values should be displayed.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public CardDeltaOptions LayoutDeltaOptions { get; }

#Property Value

Type Description
CardDeltaOptions

A CardDeltaOptions object that controls how the difference between actual and target values should be displayed.

#Remarks

Note that LayoutDeltaOptions is in effect if the Card.LayoutTemplate property is specified. If you are using a legacy card’s layout (v16.2 and earlier) in your application (Card.LayoutTemplate = null), specify the Card.DeltaOptions property instead of LayoutDeltaOptions.

See Also