Back to Devexpress

DataFormDisplayOptionsAttribute.LabelPosition Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformdisplayoptionsattribute-b6b4663d.md

latest1.1 KB
Original Source

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

csharp
public DataFormLabelPosition LabelPosition { get; set; }

Property Value

TypeDescription
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

DataFormDisplayOptionsAttribute Class

DataFormDisplayOptionsAttribute Members

DevExpress.Maui.DataForm Namespace