Enum CheckBoxPosition
Determines the position where checkboxes are displayed in a ListBox control.
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum CheckBoxPosition
Remarks
Used by SfListBox and similar controls to set the alignment of checkboxes relative to their associated labels.
Examples
CheckBoxPosition position = CheckBoxPosition.Left;
Fields
| Name | Description |
|---|---|
| Left | Checkboxes appear to the left side of associated text labels. |
| Right | Checkboxes appear to the right side of associated text labels. |