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

DeltaValue.ActualValue Property

Provides access to the actual value displayed within the delta element.

Namespace: DevExpress.DashboardCommon

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

Declaration

public MeasureValue ActualValue { get; }

Property Value

Type Description
MeasureValue

A MeasureValue object that contains the measure value and display text.

See Also