Skip to main content

GridDeltaColumn.DeltaOptions Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public DeltaOptions DeltaOptions { get; }

Property Value

Type Description
DeltaOptions

A DeltaOptions object containing options that control how the difference between actual and target values should be displayed.

See Also