New to Kendo UI for AngularStart a free 30-day trial

ListBoxToolbarConfig

Defines 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. When you specify only tools or position, the other property will use its default value.

type ListBoxToolbarConfig = boolean | Toolbar;

Not finding the help you need?
Contact Support