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

Properties

ChipList and ChipListItem specific properties.

ChipList

NameReturn typeDescription
AvatarClassstringGet/Set the CSS class name used to display an Avatar.
EnabledboolGet/Set the enabled state used to Enable/Disable the ChipList element.
FillModeTelerik.Web.UI.ChipListFillModeGet/Set the fill mode.
ItemsTelerik.Web.UI.ChipListItemsCollectionGet the collection of ChipListItem objects.
IconstringGet/Set the icon name used to display various icons from the embedded icon's library.
IconClassstringGet/Set the icon's CSS class name used to display custom icons.
LabelstringGet/Set the Label text (similar to the Text property of other Components).
RemovableboolGet/Set the removable option used to render a remove icon to the right of the label text.
RemoveIconstringGet/Set the remove icon name to the name of an icon from the list of embedded icons.
RoundedTelerik.Web.UI.ChipListRoundedGet/Set the border radius level.
SelectableboolGet/Set the selectable feature. If set, the will be selectable.
SelectedboolGet/Set the the selected state used to select/deselect the ChipList.
SizeTelerik.Web.UI.ChipListSizeGet/Set the size of the chiplist.
ThemeColorTelerik.Web.UI.ChipListThemeColorGet/Set the theme color.

ChipListItem

NameReturn typeDescription
AvatarClassstringGet/Set the CSS class name used to display an Avatar.
EnabledboolGet/Set the enabled state used to Enable/Disable the ChipList element.
IconstringGet/Set the icon name used to display various icons from the embedded icon's library.
IconClassstringGet/Set the icon's CSS class name used to display custom icons.
LabelstringGet/Set the Label text (similar to the Text property of other Components).
SelectedboolGet/Set the the selected state used to select/deselect the ChipList.
ThemeColorTelerik.Web.UI.ChipThemeColorGet/Set the theme color.

Next Steps

See Also