maui-devexpress-dot-maui-dot-editors-dot-checkedit-fb598b68.md
Gets or sets whether the checkbox is at the left, right, top, or bottom side of the parent layout. This is a bindable property.
Namespace : DevExpress.Maui.Editors
Assembly : DevExpress.Maui.Editors.dll
NuGet Package : DevExpress.Maui.Editors
public CheckBoxPosition CheckBoxPosition { get; set; }
| Type | Default | Description |
|---|---|---|
| CheckBoxPosition | Start |
The position of the checkbox within the parent layout.
|
Available values:
| Name | Description |
|---|---|
| Start |
The checkbox is aligned at the left side of the parent layout.
| | Top |
The checkbox is aligned at the top side of the parent layout.
| | End |
The checkbox is aligned at the right side of the parent layout.
| | Bottom |
The checkbox is aligned at the bottom side of the parent layout.
|
To align the checkbox and label within the editor bounds, use the following properties:
CheckBoxPosition — specifies whether the checkbox is positioned at the left, right, top, or bottom side of the parent layout.See Also