Skip to main content

DataFormSwitchItem.EditorHorizontalAlignment Property

Gets or sets a SwitchItem’s horizontal alignment within the data form. This is a bindable property.

Namespace: DevExpress.Maui.DataForm

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public LayoutAlignment EditorHorizontalAlignment { get; set; }

Property Value

Type Default Description
LayoutAlignment Start

The SwitchItem’s horizontal alignment.

See Also