DataFormSwitchItem.EditorHorizontalAlignment Property
In This Article
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
C#
public LayoutAlignment EditorHorizontalAlignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Layout |
Start | The Switch |
See Also