ChipListItemBuilder
Methods
Icon(System.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.
Parameters
value - System.String
The value for Icon
IconClass(System.String)
If set, value will be appended to the icon's element class attribute.
Parameters
value - System.String
The value for IconClass
AvatarClass(System.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.
Parameters
value - System.String
The value for AvatarClass
Label(System.String)
The label text of the chip. Default is empty string.
Parameters
value - System.String
The value for Label
Selected(System.Boolean)
Toggles the selected state of the Chip.
Parameters
value - System.Boolean
The value for Selected
Selected()
Toggles the selected state of the Chip.
Enabled(System.Boolean)
Toggles the enabled state of the Chip item.
Parameters
value - System.Boolean
The value for Enabled
HtmlAttributes(System.Collections.Generic.IDictionary)
Defines custom attributes of the Chip's element.
Parameters
value - System.Collections.Generic.IDictionary<String,Object>
The value for HtmlAttributes
HtmlAttributes(System.Object)
Defines custom attributes of the Chip's element.
Parameters
value - System.Object
The value for HtmlAttributes
ThemeColor(Kendo.Mvc.UI.ChipThemeColor)
Sets the color of the component according to the applied theme.
Parameters
value - ChipThemeColor
The value for ThemeColor