ChipListItemTagHelper

Example

Razor
<item>
</item>

Attributes

AttributeTypeDescription
avatar-classStringIf 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.
enabledBooleanToggles the enabled state of the Chip item.
html-attributesIDictionary<String,Object>Defines custom attributes of the Chip's element.
iconStringDefines 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-classStringIf set, value will be appended to the icon's element class attribute.
labelStringThe label text of the chip. Default is empty string.
selectedBooleanToggles the selected state of the Chip.
theme-colorChipThemeColorSets the color of the component according to the applied theme.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support