GridDeltaColumn.DeltaOptions Property
In This Article
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 DeltaOptions DeltaOptions { get; }
#Property Value
Type | Description |
---|---|
Delta |
A Delta |
See Also