Skip to main content

GridDimensionColumn(Dimension) Constructor

Initializes a new instance of the GridDimensionColumn class with the specified dimension used to provide cell values.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public GridDimensionColumn(
    Dimension dimension
)

Parameters

Name Type Description
dimension Dimension

A Dimension object specifying a dimension that provides cell values. This value is assigned to the GridDimensionColumn.Dimension property.

See Also