Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public GridColumnWidth(
    double value,
    GridColumnUnitType unitType
)

Parameters

Name Type Description
value Double

The absolute pixel value to initialize the width to.

unitType DevExpress.Xpf.Grid.GridColumnUnitType

The type that is used to determine how the size of the element is calculated.

See Also