Skip to content

Files

Latest commit

 

History

History
63 lines (50 loc) · 6.74 KB

File metadata and controls

63 lines (50 loc) · 6.74 KB
title page_title description slug tags published position
Properties
Chip JavaScript Properties
JavaScript properties of the Telerik WebForms Chip component.
chip/client-side-programming/properties
properties
true
1

Properties

Chip specific properties to change its border radius, size, theme color, and more.

Getters

Name Return Type Description
get_avatarClass() string Get the CSS class name used to display an Avatar.
get_enabled() bool Get the enabled state used to Enable/Disable the Chip element.
get_fillMode() [Telerik.Web.UI.RadChipFillMode]({%slug chip/client-side-programming/enums%}#fillmode) Get the fill mode.
get_icon() string Get the icon name used to display various icons from the embedded icon's library.
get_iconClass() string Get the icon's CSS class name used to display custom icons.
get_label() string Get the Label text (similar to the Text property of other Components).
get_removable() bool Get the removable option used to render a remove icon to the right of the label text.
get_removeIcon() string Get the remove icon name to the name of an icon from the list of embedded icons.
get_rounded() [Telerik.Web.UI.RadChipRounded]({%slug chip/client-side-programming/enums%}#rounded) Get the border radius level.
get_selectable() bool Get the selectable feature. If set, the will be selectable.
get_elected() bool Get the the selected state used to select/deselect the Chip.
get_size() [Telerik.Web.UI.RadChipSize]({%slug chip/client-side-programming/enums%}#size) Get the size of the chip.
get_themeColor() [Telerik.Web.UI.RadChipThemeColor]({%slug chip/client-side-programming/enums%}#themecolor) Get the theme color.

Setters

Name Parameter Description
set_avatarClass(option) string Set the CSS class name used to display an Avatar.
set_enabled(option) bool Set the enabled state used to Enable/Disable the Chip element.
set_fillMode(option) [Telerik.Web.UI.RadChipFillMode]({%slug chip/client-side-programming/enums%}#fillmode) Set the fill mode.
set_icon(option) string Set the icon name used to display various icons from the embedded icon's library.
set_iconClass(option) string Set the icon's CSS class name used to display custom icons.
set_label(option) string Set the Label text (similar to the Text property of other Components).
set_removable(option) bool Set the removable option used to render a remove icon to the right of the label text.
set_removeIcon(option) string Set the remove icon name to the name of an icon from the list of embedded icons.
set_rounded(option) [Telerik.Web.UI.RadChipRounded]({%slug chip/client-side-programming/enums%}#rounded) Set the border radius level.
set_selectable(option) bool Set the selectable feature. If set, the will be selectable.
set_elected(option) bool Set the the selected state used to select/deselect the Chip.
set_size(option) [Telerik.Web.UI.RadChipSize]({%slug chip/client-side-programming/enums%}#size) Set the size of the chip.
set_themeColor(option) [Telerik.Web.UI.RadChipThemeColor]({%slug chip/client-side-programming/enums%}#themecolor) Set the theme color.

Next Steps

  • [Enums]({%slug chip/client-side-programming/enums%})
  • [Events]({%slug chip/client-side-programming/events%})

See Also

  • [Client-side Programming Overview]({%slug chip/client-side-programming/overview%})
  • [Events]({%slug chip/client-side-programming/events%})
  • [Enums]({%slug chip/client-side-programming/enums%})