Back to Devexpress

DataFormViewActualAppearance.EditorLabelPosition Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformviewactualappearance-bc9298fc.md

latest1.3 KB
Original Source

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

csharp
public DataFormLabelPosition EditorLabelPosition { get; }

Property Value

TypeDescription
DataFormLabelPosition

The editor label’s position.

|

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

DataFormViewActualAppearance Class

DataFormViewActualAppearance Members

DevExpress.Maui.DataForm Namespace