Search results

ToolbarSettingsModel API in React ListBox API component

Interface for a class ToolbarSettings

Properties

items

string[]

Specifies the list of tools for dual ListBox. The predefined tools are ‘moveUp’, ‘moveDown’, ‘moveTo’, ‘moveFrom’, ‘moveAllTo’, and ‘moveAllFrom’.

position

ToolBarPosition

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.