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

MeasureDefinition Class

A measure definition.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class MeasureDefinition :
    DataItemDefinition

Remarks

The measure definition is used to identify the measure using the specified data member and summary type.

You can create a new measure definition using the MeasureDefinition constructor or to obtain the definition of the existing measure using the Measure.GetMeasureDefinition method.

Inheritance

Object
DataItemDefinition
MeasureDefinition
See Also