SegmentedControlItemTagHelper
Example
Razor
<item>
</item>
Attributes
| Attribute | Type | Description |
|---|---|---|
| enabled | Boolean | Configures whether an individual button can be enabled or disabled. |
| icon | String | Defines the name for an existing icon in a Kendo UI theme or SVG content. The icon is rendered inside the button. |
| icon-class | String | If set, value will be appended to the icon's element class attribute. |
| text | String | If set, the text will be rendered as the button label. |
| value | String | Specifies the value that will act as an identifier for the button. Will be supplemented as a data-value attribute. |