Skip to main content

DataFormItemLength.UnitType Property

Gets the unit type used to measure the data from item’s length.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataFormItemLengthUnitType UnitType { get; set; }

Property Value

Type Description
DataFormItemLengthUnitType

The unit type used to measure the length.

Available values:

Name Description
Absolute

The length in pixels.

Star

The DataForm calculates the item length as a weighted proportion of available space.

See Also