GridColumnBase.WidthType Property
Gets or sets the mode used to manage the width of the current column.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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