Skip to main content

DataFormDisplayOptionsAttribute.LabelPosition Property

Gets or sets the position of a label relative to the editor.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DataFormLabelPosition LabelPosition { get; set; }

Property Value

Type Description
DataFormLabelPosition

The position of the editor’s label.

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