DataFormItemLength.UnitType Property
In This Article
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
C#
public DataFormItemLengthUnitType UnitType { get; set; }
#Property Value
Type | Description |
---|---|
Data |
The unit type used to measure the length. |
Available values:
Name | Description |
---|---|
Absolute | The length in pixels. |
Star | The Data |
See Also