ToolBarItemMenuButtonTagHelper
Example
Razor
<toolbar-button>
</toolbar-button>
Attributes
| Attribute | Type | Description |
|---|---|---|
| enable | Boolean | Specifies whether the menu button is initially enabled or disabled. |
| hidden | Boolean | Determines if a button is visible or hidden. By default buttons are visible. |
| html-attributes | Object | Specifies the HTML attributes of a ToolBar button. |
| icon | String | Sets icon for the menu buttons. The icon should be one of the existing in the Kendo UI theme sprite. |
| id | String | Specifies the ID of the menu buttons. |
| image-url | String | If set, the ToolBar will render an image with the specified URL in the menu button. |
| sprite-css-class | String | Defines a CSS class (or multiple classes separated by spaces) which will be used for menu button icon. |
| text | String | Specifies the text of the menu buttons. |
| url | String | Specifies the url of the menu button to navigate to. |