Back to Devexpress

CheckBoxPosition Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-dcace245.md

latest1.1 KB
Original Source

CheckBoxPosition Enum

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

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.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:

See Also

DevExpress.XamarinForms.Editors Namespace