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

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.v19.2.Core.dll

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