New to Kendo UI for Angular? Start a free 30-day trial

ListBoxToolbarConfig

The possible values that the ListBox can accept for its built-in toolbar.

  • 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 or position. If only tools or position is specified, the other will use its default value.

type ListBoxToolbarConfig = boolean | Toolbar;

In this article

Not finding the help you need?