ButtonGroupItemTagHelper
Example
Razor
<item>
</item>
Attributes
Attribute | Type | Description |
---|---|---|
enabled | Boolean | Specifies if a button is enabled. |
encoded | Boolean | Specifies if text field of the ButtonGroup item should be encoded. |
html-attributes | IDictionary<String,Object> | Specifies the HTML attributes of a ButtonGroup item. |
icon | String | Defines the name of an existing icon in a Kendo theme. |
icon-class | String | Allows the usage of custom icons. Defines CSS classes which are to be applied to a span element inside the ButtonGroup item. |
image-url | String | If set, the ButtonGroup will render an image with the specified URL in the button. |
selected | Boolean | Specifies if a button is initially selected. |
text | String | Specifies the text of the ButtonGroup item. |