Skip to main content

GridColumnBase.WidthType Property

Gets or sets the mode used to manage the width of the current column.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(75)]
public GridColumnFixedWidthType WidthType { get; set; }

Property Value

Type Default Description
GridColumnFixedWidthType 75

A GridColumnFixedWidthType enumeration value that specifies the mode used to manage the width of the current column.

Remarks

To specify the width of the current grid column manually, set the GridOptions.ColumnWidthMode to GridColumnWidthMode.Manual.

See Also