Back to Devexpress

DataFormView.EditorLabelPosition Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-92107a49.md

latest1.1 KB
Original Source

DataFormView.EditorLabelPosition Property

Gets or sets the position of labels relative to editors. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public DataFormLabelPosition EditorLabelPosition { get; set; }

Property Value

TypeDefaultDescription
DataFormLabelPositionLeft

The position of an editor’s label.

|

Available values:

NameDescription
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

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace