Skip to main content
A newer version of this page is available. .

DataFormCheckBoxItem.EditorHorizontalAlignment Property

Gets or sets a CheckEdit‘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 CheckEdit‘s horizontal alignment.

See Also