Class ListBoxToolbarSettings
Defines the ListBox tool bar settings.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
ListBoxToolbarSettings
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class ListBoxToolbarSettings : SfBaseComponent
Constructors
ListBoxToolbarSettings()
Declaration
public ListBoxToolbarSettings()
Properties
Items
Specifies the list of tools for dual ListBox. The predefined tools are 'MoveUp', 'MoveDown', 'MoveTo', 'MoveFrom', 'MoveAllTo', and 'MoveAllFrom'.
Declaration
public string[] Items { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Position
Positions the toolbar before/after the ListBox. The possible values are:
- Left: The toolbar will be positioned to the left of the ListBox.
- Right: The toolbar will be positioned to the right of the ListBox.
Declaration
public ToolBarPosition Position { get; set; }
Property Value
Type | Description |
---|---|
ToolBarPosition |
Methods
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()