New to Kendo UI for Angular? Start a free 30-day trial
ToolBarComponent
Represents the Kendo UI ToolBar component for Angular.
Selector
kendo-toolbar
Export Name
Accessible in templates as #kendoToolBarInstance="kendoToolBar"
Inputs
Name | Type | Default | Description |
---|---|---|---|
overflow |
|
Hides the overflowing tools in a popup. | |
popupSettings |
|
Configures the popup of the ToolBar overflow button (see example). The available options are:
| |
size |
|
Specifies the padding of all Toolbar elements. The possible values are:
| |
tabindex |
|
Specifies the |
Events
Name | Type | Description |
---|---|---|
close |
|
Fires when the overflow popup of the ToolBar is closed. |
open |
|
Fires when the overflow popup of the ToolBar is opened. |
Methods
toggle | ||||||
---|---|---|---|---|---|---|
Toggles the visibility of the overflow popup. | ||||||
|