ChipListItemTagHelper
Example
Razor
<item>
</item>
Attributes
Attribute | Type | Description |
---|---|---|
avatar-class | String | If set, value will be appended to the icon's element class attribute. It also appends "k-chip avatar" and "k-avatar" classes to the icon's element. |
enabled | Boolean | Toggles the enabled state of the Chip item. |
html-attributes | IDictionary<String,Object> | Defines custom attributes of the Chip's element. |
icon | String | Defines the name for an existing icon in a Kendo UI theme or SVG content. The icon is rendered inside the chip by a span.k-icon or span.k-svg-icon element.See web font icons help article for more details on Kendo UI icons. |
icon-class | String | If set, value will be appended to the icon's element class attribute. |
label | String | The label text of the chip. Default is empty string. |
selected | Boolean | Toggles the selected state of the Chip. |
theme-color | ChipThemeColor | Sets the color of the component according to the applied theme. |