DiagramConnectionEditableSettingsToolMenuButtonTagHelper
Example
Razor
<menu-button>
</menu-button>
Attributes
Attribute | Type | Description |
---|---|---|
enable | Boolean | Specifies whether the menu button is initially enabled or disabled. |
html-attributes | IDictionary<String,Object> | Specifies the HTML attributes of a menu 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. |