GridColumnWidth(Double, GridColumnUnitType) Constructor
Initializes a new instance of the GridColumnWidth class with a specified value and unit.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Double | The absolute pixel value to initialize the width to. |
unitType | GridColumnUnitType | The type that is used to determine how the size of the element is calculated. |
See Also