New to Kendo UI for Vue? Start a free 30-day trial

ToolbarProps

toolbar-position String

The relative position of the ListBox element at which the toolbar will be displayed.

The supported values are:

  • left
  • right
  • top
  • bottom

toolbar-tools Array

A collection of tools that are used to interact with the ListBox.

The supported built-in tools are:

  • moveUp—Moves up the selected ListBox items.
  • moveDown—Moves down the selected ListBox items.
  • remove—Removes the selected ListBox items.
  • transferTo—Moves the selected items from the current ListBox to the target that is defined in the connectWith option.
  • transferFrom—Moves the selected items from the ListBox that is defined in the connectWith option to the current ListBox.
  • transferAllTo—Moves all items from the current ListBox to the target that is defined in the connectWith option.
  • transferAllFrom—Moves all items from the ListBox that is defined in the connectWith option to the current ListBox.

In this article

Not finding the help you need?