Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

C#
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