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

DataFormViewActualAppearance.EditorLabelPosition Property

Gets the editor label’s position value that is applied to the DataFormView. To specify this value, use the EditorLabelPosition property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataFormLabelPosition EditorLabelPosition { get; }

Property Value

Type Description
DataFormLabelPosition

The editor label’s position.

Available values:

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