Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DataFormItemLengthUnitType Enum

Lists types of values that DataFormItemLength stores.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public enum DataFormItemLengthUnitType

Members

Name Description
Absolute

The length in pixels.

Star

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

Related API Members

The following properties accept/return DataFormItemLengthUnitType values:

See Also