ToolBarComponent
Represents the Kendo UI ToolBar component for Angular.
<kendo-toolbar>
<kendo-toolbar-button text="Button"></kendo-toolbar-button>
</kendo-toolbar>
Selector
kendo-toolbar
Export Name
Accessible in templates as #kendoToolBarInstance="kendoToolBar"
Inputs
Name | Type | Default | Description |
---|---|---|---|
fillMode |
|
|
Sets the fill mode for the ToolBar. This property controls the background and border styles of the ToolBar (see example). |
overflow |
|
|
Sets the overflow mode for the ToolBar. Use this property to control how tools render when their total size is greater than the ToolBar container. |
popupSettings |
|
Configures the popup for the ToolBar overflow button. Use this property to customize the overflow popup appearance and behavior (see example). | |
showIcon |
|
|
Sets the icon visibility for all tools in the ToolBar.
You can override this property for each tool using the |
showText |
|
|
Sets the text visibility for all tools in the ToolBar.
You can override this property for each tool using the |
size |
|
|
Sets the size for all ToolBar elements. Use this property to control the padding of the ToolBar elements. |
tabindex |
|
|
Sets the |
Events
Name | Type | Description |
---|---|---|
close |
|
Emits when the overflow popup of the ToolBar closes. |
open |
|
Emits when the overflow popup of the ToolBar opens. |
Methods
toggle | ||||||
---|---|---|---|---|---|---|
Toggles the visibility of the overflow popup. | ||||||
|