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

GridMeasureColumn(Measure) Constructor

Initializes a new instance of the GridMeasureColumn class with the specified measure used to calculate its values.

Namespace: DevExpress.DashboardCommon

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

Declaration

public GridMeasureColumn(
    Measure measure
)

Parameters

Name Type Description
measure Measure

A Measure object specifying a measure that provides data used to calculate the column values. This value is assigned to the GridMeasureColumn.Measure property.

See Also