Enum ToolBarPosition
Determines the position where the toolbox is rendered in a ListBox control that has toolbars enabled.
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ToolBarPosition
Remarks
Primarily used by SfListBox to specify the toolbar location in the UI.
Examples
ToolBarPosition toolBarPosition = ToolBarPosition.Left;
Fields
| Name | Description |
|---|---|
| Left | Toolbar is aligned to the left side of the ListBox. |
| Right | Toolbar is aligned to the right side of the ListBox. |