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

RETURNS

Returns the current ChipListItemBuilder instance.

IconClass(System.String)

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

Parameters

value - System.String

The value for IconClass

RETURNS

Returns the current ChipListItemBuilder instance.

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

RETURNS

Returns the current ChipListItemBuilder instance.

Label(System.String)

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

Parameters

value - System.String

The value for Label

RETURNS

Returns the current ChipListItemBuilder instance.

Selected(System.Boolean)

Toggles the selected state of the Chip.

Parameters

value - System.Boolean

The value for Selected

RETURNS

Returns the current ChipListItemBuilder instance.

Selected()

Toggles the selected state of the Chip.

RETURNS

Returns the current ChipListItemBuilder instance.

Enabled(System.Boolean)

Toggles the enabled state of the Chip item.

Parameters

value - System.Boolean

The value for Enabled

RETURNS

Returns the current ChipListItemBuilder instance.

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

RETURNS

Returns the current ChipListItemBuilder instance.

HtmlAttributes(System.Object)

Defines custom attributes of the Chip's element.

Parameters

value - System.Object

The value for HtmlAttributes

RETURNS

Returns the current ChipListItemBuilder instance.

ThemeColor(Kendo.Mvc.UI.ChipThemeColor)

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

Parameters

value - ChipThemeColor

The value for ThemeColor

RETURNS

Returns the current ChipListItemBuilder instance.