Kendo.Mvc.UI.Fluent.MobileButtonGroupItemBuilder
Defines the fluent API for configuring the MobileButtonGroupItem settings.
Methods
Icon(System.String)
The icon of the button. It can be either one of the built-in icons, or a custom one
Parameters
value System.String
The value that configures the icon.
Text(System.String)
Specifies the text of the item
Parameters
value System.String
The value that configures the text.
Badge(System.String)
Specifies the value shown in badge icon
Parameters
value System.String
The value that configures the badge.
HtmlAttributes(System.Object)
Sets the HTML attributes.
Parameters
attributes System.Object
The HTML attributes.
HtmlAttributes(System.Collections.Generic.IDictionary<System.String,System.Object>)
Sets the HTML attributes.
Parameters
attributes System.Collections.Generic.IDictionary<System.String,System.Object>
The HTML attributes.