ToolBarDropDownButtonComponent
Represents the Kendo UI ToolBar DropDownButton for Angular.
Selector
kendo-toolbar-dropdownbutton
Export Name
Accessible in templates as #kendoToolBarDropDownButtonInstance="kendoToolBarDropDownButton"
Inputs
Name | Type | Default | Description |
---|---|---|---|
arrowIcon |
|
|
Allows showing the default arrow icon or providing alternative one instead. |
buttonClass |
|
The CSS classes that will be rendered on the main button.
Supports the type of values that are supported by | |
data |
|
Sets the data of the DropDownButton (see example).
| |
disabled |
|
Sets the disabled state of the DropDownButton. | |
fillMode |
|
The fillMode property specifies the background and border styles of the Button. The available values are:
| |
icon |
|
Defines an icon that will be rendered next to the button text. | |
iconClass |
|
Defines an icon with a custom CSS class that will be rendered next to the button text. | |
imageUrl |
|
Defines the location of an image that will be displayed next to the button text. | |
popupSettings |
|
Configures the popup of the DropDownButton. The available options are:
| |
showIcon |
|
Defines the location of the button icon that will be displayed. | |
showText |
|
Defines the location of the button text that will be displayed. | |
svgIcon |
|
Defines an SVGIcon to be rendered within the button. The input can take either an existing Kendo SVG icon or a custom one. | |
text |
|
Sets the text of the DropDownButton (see example. | |
textField |
|
Sets the data item field that represents the item text. If the data contains only primitive values, do not define it. | |
themeColor |
|
The Button allows you to specify predefined theme colors. The theme color will be applied as a background and border color while also amending the text color accordingly (see example). The possible values are:
| |
title |
|
|
Sets the |
Events
Name | Type | Description |
---|---|---|
close |
|
Fires each time the popup is about to close. This event is preventable. If you cancel the event, the popup will remain open. |
itemClick |
|
Fires each time the user clicks a DropDownButton item. The event data contains the data item that is bound to the clicked list item. |
open |
|
Fires each time the popup is about to open. This event is preventable. If you cancel the event, the popup will remain closed. |