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

GridColumnBase.WidthType Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

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