Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridColumnWidth(
    double value
)

Parameters

Name Type Description
value Double

The absolute pixel value to initialize the width to.

See Also