Back to Devexpress

DataFormItemLength.UnitType Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformitemlength-6a5e51b1.md

latest1.0 KB
Original Source

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

csharp
public DataFormItemLengthUnitType UnitType { get; set; }

Property Value

TypeDescription
DataFormItemLengthUnitType

The unit type used to measure the length.

|

Available values:

NameDescription
Absolute

The length in pixels.

| | Star |

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

|

See Also

DataFormItemLength Class

DataFormItemLength Members

DevExpress.Maui.DataForm Namespace