Skip to main content

DimensionDefinition(String) Constructor

Initializes a new instance of the DimensionDefinition class with the specified data member.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DimensionDefinition(
    string dataMember
)

Parameters

Name Type Description
dataMember String

A String that specifies the data member.

See Also