Skip to main content

DataFormItemLength(Double, DataFormItemLengthUnitType) Constructor

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

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataFormItemLength(
    double value,
    DataFormItemLengthUnitType type = DataFormItemLengthUnitType.Absolute
)

Parameters

Name Type Description
value Double

The length value, in unitType units.

Optional Parameters

Name Type Default Description
type DataFormItemLengthUnitType Absolute

The measurement unit that the length uses.

See Also