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

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.v19.2.Core.dll

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