Class ToolbarSettingsModel
Interface for a class ToolbarSettings.
Inheritance
System.Object
ToolbarSettingsModel
Namespace: Syncfusion.Blazor.DropDowns
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToolbarSettingsModel : Object
Constructors
ToolbarSettingsModel()
Declaration
public ToolbarSettingsModel()
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 |
---|
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 |
---|
ToolBarPosition |