Skip to main content

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

public enum CheckBoxPosition

Members

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.

Related API Members

The following properties accept/return CheckBoxPosition values:

See Also