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

GridDeltaColumn.TargetValue Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public Measure TargetValue { get; set; }

Property Value

Type Description
Measure

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

See Also