Items
configurationA JavaScript array that contains the ButtonGroup's items configuration.
items
Arrayitems.attributes
ObjectSpecifies the HTML attributes of a ButtonGroup item.
HTML attributes which are JavaScript keywords (e.g. class) must be quoted.
items.badge
Boolean|String|Number|ObjectIf set to true a default overlay badge will be displayed. If set to a string, an ovelay with content set to the specified string will be displayed. Can be set to a JavaScript object which represents the configuration of the Badge widget.
items.enabled
BooleanSpecifies if a button is enabled.
Default: true
items.encoded
BooleanSpecifies if text field of the ButtonGroup item should be encoded.
Default: true
items.icon
StringDefines the name of an existing icon in a Kendo theme.
items.iconClass
StringAllows the usage of custom icons. Defines CSS classes which are to be applied to a span element inside the ButtonGroup item.
items.imageUrl
StringIf set, the ButtonGroup will render an image with the specified URL in the button.
items.selected
BooleanSpecifies if a button is initially selected.
Default: false
items.text
StringSpecifies the text of the ButtonGroup item.