Skip to main content

GridColumnBase.FixedWidth Property

Gets or sets the fixed width of the current column.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(0)]
public double FixedWidth { get; set; }

#Property Value

Type Default Description
Double 0

A Double value that specifies the fixed width of the current column in characters.

#Remarks

The FixedWidth property is in effect when the GridOptions.ColumnWidthMode property is set to GridColumnWidthMode.Manual and the GridColumnBase.WidthType property is set to GridColumnBase.FixedWidth.

See Also