New to Kendo UI for Angular? Start a free 30-day trial
Toolbar Configuration
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
false
to hide the toolbar. - Omit the setting or use
true
to show the default settings, which are the full set of possible tools and position"right"
. - Use a config object of type
Toolbar
to specify tools and/or position. If onlytools
orposition
are 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 ...