Skip to main content

MeasureDefinition(String) Constructor

Initializes a new instance of the MeasureDefinition class.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public MeasureDefinition(
    string dataMember
)

Parameters

Name Type Description
dataMember String

A String that specifies the data member.

See Also