Back to Devexpress

CheckEdit.CheckBoxPosition Property

maui-devexpress-dot-maui-dot-editors-dot-checkedit-fb598b68.md

latest2.2 KB
Original Source

CheckEdit.CheckBoxPosition Property

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

Declaration

csharp
public CheckBoxPosition CheckBoxPosition { get; set; }

Property Value

TypeDefaultDescription
CheckBoxPositionStart

The position of the checkbox within the parent layout.

|

Available values:

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.

|

Remarks

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.
  • CheckBoxAlignment — specifies the alignment of the checkbox at the side where it is positioned. For example, if the editor is positioned at the top or bottom, this property specifies whether the editor is aligned at the left or right; if the editor is positioned at the left or right, this property specifies whether the editor is aligned at the top or bottom.
  • LabelHorizontalAlignment — specifies the label horizontal alignment.
  • LabelVerticalAlignment — specifies the label vertical alignment.

See Also

CheckEdit Class

CheckEdit Members

DevExpress.Maui.Editors Namespace