Skip to main content
A newer version of this page is available. .

GridColumnBase.FixedWidth Property

Gets or sets the fixed width of the current column.

Namespace: DevExpress.DashboardCommon

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

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