Skip to main content

DataFormViewActualAppearance.EditorLabelHorizontalAlignment Property

Gets the editor label’s horizontal alignment value that is applied to the DataFormView. To specify this value, use the EditorLabelHorizontalAlignment property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public LayoutAlignment EditorLabelHorizontalAlignment { get; }

Property Value

Type Description
LayoutAlignment

The editor label’s horizontal alignment.

See Also