New to Telerik UI for ASP.NET MVC? Download free 30-day trial

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 that configures the icon.

IconClass(System.String)

If set, value will be appended to the icon's element class attribute.

Parameters

value - System.String

The value that configures the 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 that configures the avatarclass.

Label(System.String)

The label text of the chip. Default is empty string.

Parameters

value - System.String

The value that configures the label.

Selected(System.Boolean)

Toggles the selected state of the Chip.

Parameters

value - System.Boolean

The value that configures the selected.

Enabled(System.Boolean)

Toggles the enabled state of the Chip item.

Parameters

value - System.Boolean

The value that configures the enabled.

HtmlAttributes(System.Object)

Defines custom attributes of the Chip's element.

Parameters

value - System.Object

The value that configures the htmlattributes.

HtmlAttributes(System.Collections.Generic.IDictionary)

Defines custom attributes of the Chip's element.

Parameters

value - System.Collections.Generic.IDictionary<String,Object>

The value that configures the htmlattributes.

ThemeColor(Kendo.Mvc.UI.ChipThemeColor)

Sets the color of the component according to the applied theme.

Parameters

value - ChipThemeColor

The value that configures the themecolor.

In this article
Not finding the help you need?