GridColumnBase.Weight Property
Gets or sets the relative width of the current column.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v22.2.Core.dll
NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Default | Description |
---|---|---|
Double | 75 | A Double value that specifies the relative width of the current column. |
Remarks
The Weight property is in effect when the GridOptions.ColumnWidthMode property is set to GridColumnWidthMode.Manual and the GridColumnBase.WidthType property is set to GridColumnFixedWidthType.Weight.
See Also