GridColumnBase.Weight Property
In This Article
Gets or sets the relative width of the current column.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#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