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

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