GridColumnFixedWidthType Enum
Lists values that specify the mode used to manage the width of individual columns.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return GridColumnFixedWidthType values:
#Remarks
Values listed in this enumeration are used to set the GridColumnBase.WidthType property.
To specify the width of individual columns manually, set the GridOptions.ColumnWidthMode property to GridColumnWidthMode.Manual.