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

GridMeasureColumn.Measure Property

Gets or sets a measure that provides data used to calculate the column values.

Namespace: DevExpress.DashboardCommon

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

Declaration

public Measure Measure { get; set; }

Property Value

Type Description
Measure

A Measure object specifying a measure that provides data used to calculate the column values.

See Also