GridColumnWidth(Double) Constructor
Initializes a new instance of the GridColumnWidth class with an absolute value in pixels.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| value | Double | The absolute pixel value to initialize the width to. |
See Also