Skip to main content

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public GridColumnWidth(
    double value,
    GridColumnUnitType unitType
)

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