GridColumnBase.FixedWidth Property
Gets or sets the fixed 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 |
---|---|---|
Double | 0 | A Double value that specifies the fixed width of the current column in characters. |
Remarks
The FixedWidth property is in effect when the GridOptions.ColumnWidthMode property is set to GridColumnWidthMode.Manual and the GridColumnBase.WidthType property is set to GridColumnBase.FixedWidth
.
See Also