Kendo.Mvc.UI.Fluent.ToolBarItemMenuButtonBuilder
Defines the fluent API for configuring the ToolBarItemMenuButton settings.
Methods
HtmlAttributes(System.Object)
Specifies the HTML attributes of a menu button.
Parameters
value System.Object
The value that configures the htmlattributes.
HtmlAttributes(System.Collections.Generic.IDictionary<System.String,System.Object>)
Specifies the HTML attributes of a menu button.
Parameters
value System.Collections.Generic.IDictionary<System.String,System.Object>
The value that configures the htmlattributes.
Enable(System.Boolean)
Specifies whether the menu button is initially enabled or disabled.
Parameters
value System.Boolean
The value that configures the enable.
Hidden(System.Boolean)
Determines if a button is visible or hidden. By default buttons are visible.
Parameters
value System.Boolean
The value that configures the hidden.
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 that configures the icon.
Id(System.String)
Specifies the ID of the menu buttons.
Parameters
value System.String
The value that configures the 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 that configures the 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 that configures the spritecssclass.
Text(System.String)
Specifies the text of the menu buttons.
Parameters
value System.String
The value that configures the text.
Url(System.String)
Specifies the url of the menu button to navigate to.
Parameters
value System.String
The value that configures the url.