Skip to main content

GridColumnWidth(Double, GridColumnUnitType) Constructor

Initializes a new instance of the GridColumnWidth class with specified settings.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public GridColumnWidth(
    double value,
    GridColumnUnitType unitType
)

Parameters

Name Type
value Double
unitType GridColumnUnitType
See Also