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

DataFormLabelPosition Enum

Lists values used to specify the position of labels relative to editors.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public enum DataFormLabelPosition

Members

Name Description
Left

A label is displayed to the left of an editor.

Right

A label is displayed to the right of an editor.

Top

A label is displayed above an editor.

See Also