Toolbar.items
configurationConfigures the items collection of the toolbar.
toolbar.items
Arraytoolbar.items.attributes
ObjectSpecifies the HTML attributes of a ToolBar button.
toolbar.items.click
FunctionSpecifies the click handler of the button.
toolbar.items.command
StringSpecifies the command of the button.
toolbar.items.enable
BooleanSpecifies whether the control is initially enabled or disabled. Default value is "true".
Default: true
toolbar.items.hidden
BooleanDetermines if a button is visible or hidden. By default buttons are visible.
Default: false
toolbar.items.icon
StringSets icon for the item. The icon should be one of the existing in the Kendo UI theme sprite.
toolbar.items.id
StringSpecifies the ID of the button.
toolbar.items.imageUrl
StringIf set, the ToolBar will render an image with the specified URL in the button.
toolbar.items.name
StringSpecifies the name of the button.
toolbar.items.options
StringSpecifies the command options of the button.
toolbar.items.overflow
StringSpecifies the overflow of the button.
toolbar.items.primary
BooleanSpecifies whether the button is primary. Primary buttons receive different styling.
Default: false
toolbar.items.showIcon
StringSpecifies where the button icon will be displayed. Possible values are: "toolbar", "overflow" or "both" (default).
Default: "both"
toolbar.items.showText
StringSpecifies where the text will be displayed. Possible values are: "toolbar", "overflow" or "both" (default).
Default: "both"
Defines a CSS class (or multiple classes separated by spaces) which will be used for button icon.
toolbar.items.template
String|FunctionSpecifies what element will be added in the ToolBar wrapper. Items with template does not have a type.
toolbar.items.text
StringSets the text of the button.
toolbar.items.togglable
BooleanSpecifies if the button is togglable, e.g. has a selected and unselected state.
Default: false
toolbar.items.type
StringSpecifies the type of the button.