Skip to main content

DataFormSwitchEditorAttribute.EditorHorizontalAlignment Property

Gets or sets a SwitchItem’s horizontal alignment within the data form.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public LayoutAlignment EditorHorizontalAlignment { get; set; }

Property Value

Type Description
LayoutAlignment

The SwitchItem’s horizontal alignment.

See Also