New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Properties

JavaScript properties of the Telerik WebForms ChipList Control.

Getters

NameReturn TypeDescription
get_avatarClass()stringGet the CSS class name used to display an Avatar.
get_enabled()boolGet the enabled state used to Enable/Disable the ChipList element.
get_fillMode()Telerik.Web.UI.RadChipListFillModeGet the fill mode.
get_icon()stringGet the icon name used to display various icons from the embedded icon's library.
get_iconClass()stringGet the icon's CSS class name used to display custom icons.
get_items()arrayGet an array of JavaScript objects with the Chip items data.
get_label()stringGet the Label text (similar to the Text property of other Components).
get_removable()boolGet the removable option used to render a remove icon to the right of the label text.
get_removeIcon()stringGet the remove icon name to the name of an icon from the list of embedded icons.
get_rounded()Telerik.Web.UI.RadChipListRoundedGet the border radius level.
get_selectable()boolGet the selectable feature. If set, the will be selectable.
get_elected()boolGet the the selected state used to select/deselect the ChipList.
get_size()Telerik.Web.UI.RadChipListSizeGet the size of the chiplist.
get_themeColor()Telerik.Web.UI.RadChipListThemeColorGet the theme color.

Setters

NameParameterDescription
set_avatarClass(option)stringSet the CSS class name used to display an Avatar.
set_enabled(option)boolSet the enabled state used to Enable/Disable the ChipList element.
set_fillMode(option)Telerik.Web.UI.RadChipListFillModeSet the fill mode.
set_icon(option)stringSet the icon name used to display various icons from the embedded icon's library.
set_iconClass(option)stringSet the icon's CSS class name used to display custom icons.
set_items(items)arraySet the items to an array of JavaScript objects with the Chip items data. See example in the createItem() method article.
set_label(option)stringSet the Label text (similar to the Text property of other Components).
set_removable(option)boolSet the removable option used to render a remove icon to the right of the label text.
set_removeIcon(option)stringSet the remove icon name to the name of an icon from the list of embedded icons.
set_rounded(option)Telerik.Web.UI.RadChipListRoundedSet the border radius level.
set_selectable(option)boolSet the selectable feature. If set, the will be selectable.
set_elected(option)boolSet the the selected state used to select/deselect the ChipList.
set_size(option)Telerik.Web.UI.RadChipListSizeSet the size of the chiplist.
set_themeColor(option)Telerik.Web.UI.RadChipListThemeColorSet the theme color.

Next Steps

See Also

In this article
GettersSettersNext StepsSee Also
Not finding the help you need?
Contact Support