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.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
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