New to Kendo UI for Angular? Start a free 30-day trial
Toolbar Configuration
Updated on Nov 6, 2025
The ListBox provides a built-in toolbar that displays action buttons for moving and transferring items between connected ListBoxes.
Configuration Options
The toolbar input accepts a boolean or ListBoxToolbarConfig object. By default, the toolbar is hidden.
To configure the toolbar, pass a value to the toolbar input:
- Set to
trueto display the toolbar with default settings—all available tools positioned on theright. - Pass a
ListBoxToolbarConfigobject to customize the available tools and their position.
The following example demonstrates how to change the toolbar position and display a specific subset of tools.
Change Theme
Theme
Loading ...