Skip to main content

GridColumnBase.Weight Property

Gets or sets the relative width of the current column.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(75)]
public double Weight { get; set; }

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