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

GridDeltaColumn.ActualValue Property

Gets or sets a measure that provides data for calculating the actual value.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public Measure ActualValue { get; set; }

Property Value

Type Description
Measure

A Measure object specifying a measure that provides data for calculating the actual value.

See Also