New to Kendo UI for Angular? Start a free 30-day trial
Toolbar Configuration
Updated on Oct 31, 2025
The ListBox enables you to customize its toolbar.
To customize the toolbar, pass a value of type ListBoxToolbarConfig to the toolbar input of the ListBox component. This will allow you to set the following options:
- Use
falseto hide the toolbar. - Omit the setting or use
trueto show the default settings, which are the full set of possible tools and position"right". - Use a config object of type
Toolbarto specify tools and/or position. If onlytoolsorpositionare specified, the other will use its default value.
The following example demonstrates how to change the toolbar position and select a specific subset of the available tools.
Change Theme
Theme
Loading ...