New to Kendo UI for Angular? Start a free 30-day trial
ListBoxToolbarConfig
Defines the possible values that the ListBox can accept for its built-in toolbar.
- 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 or position. When you specify onlytoolsorposition, the other property will use its default value.
type ListBoxToolbarConfig = boolean | Toolbar;