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

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; }

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