New to KendoReact? Start a free 30-day trial
Toolbar Configuration
The ListBox enables you to render and customize a toolbar.
To render the toolbar, pass the ListBoxToolbar component to the toolbar prop of the ListBox component. This will enable you to:
- Render only specific tools per your requirements.
- Change the size of the buttons inside the ListBoxToolbar. For more information on how to change the size of the toolbar buttons, please refer to the
Appearance
article.
To render the ListBox without a toolbar, omit the toolbar
prop.
The following example demonstrates how to render a specific subset of the available tools.
Change Theme
Theme
Loading ...