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 |
---|---|---|---|
fillMode |
|
|
The fillMode property specifies the background and border styles of the Toolbar (see example). |
overflow |
|
|
Configures the overflow mode. Used to specify how tools will be rendered when the total size of all tools is greater than the size of the Toolbar container. |
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. | ||||||
|