DiagramConnectionDefaultsEditableSettingsToolMenuButtonBuilder
Methods
HtmlAttributes(System.Collections.Generic.IDictionary)
Specifies the HTML attributes of a menu button.
Parameters
value - System.Collections.Generic.IDictionary<String,Object>
The value for HtmlAttributes
HtmlAttributes(System.Object)
Specifies the HTML attributes of a menu button.
Parameters
value - System.Object
The value for HtmlAttributes
Enable(System.Boolean)
Specifies whether the menu button is initially enabled or disabled.
Parameters
value - System.Boolean
The value for Enable
Icon(System.String)
Sets icon for the menu buttons. The icon should be one of the existing in the Kendo UI theme sprite.
Parameters
value - System.String
The value for Icon
Id(System.String)
Specifies the ID of the menu buttons.
Parameters
value - System.String
The value for Id
ImageUrl(System.String)
If set, the ToolBar will render an image with the specified URL in the menu button.
Parameters
value - System.String
The value for ImageUrl
SpriteCssClass(System.String)
Defines a CSS class (or multiple classes separated by spaces) which will be used for menu button icon.
Parameters
value - System.String
The value for SpriteCssClass
Text(System.String)
Specifies the text of the menu buttons.
Parameters
value - System.String
The value for Text
Url(System.String)
Specifies the url of the menu button to navigate to.
Parameters
value - System.String
The value for Url