Back to Devexpress

CheckBoxPosition Enum

maui-devexpress-dot-maui-dot-editors-1d938a25.md

latest1.2 KB
Original Source

CheckBoxPosition Enum

Enumerates values that specify the position of a checkbox in the parent layout.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum CheckBoxPosition

Members

NameDescription
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.

|

The following properties accept/return CheckBoxPosition values:

Extension Methods

Yield<CheckBoxPosition>()

YieldIfNotNull<CheckBoxPosition>()

See Also

DevExpress.Maui.Editors Namespace