Back to Devexpress

DataFormItem.LabelPosition Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformitem-61ae39fa.md

latest1.1 KB
Original Source

DataFormItem.LabelPosition Property

Gets or sets the position of a label relative to the editor. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public DataFormLabelPosition? LabelPosition { get; set; }

Property Value

TypeDescription
Nullable<DataFormLabelPosition>

The position of the 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

DataFormItem Class

DataFormItem Members

DevExpress.Maui.DataForm Namespace