GridColumnBase.WidthType Property
Gets or sets the mode used to manage the width of the current column.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(75)]
public GridColumnFixedWidthType WidthType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
75 | A Grid |
Available values:
Name | Description |
---|---|
Weight | The column has the fixed relative width. Use the Grid |
Fit |
The column has the fixed width required to completely display its content. |
Fixed |
The column has a fixed width. Use the Grid |
#Remarks
To specify the width of the current grid column manually, set the GridOptions.ColumnWidthMode to GridColumnWidthMode.Manual.