New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
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 | 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 | 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 | Get the size of the chip. |
get_themeColor() | Telerik.Web.UI.RadChipThemeColor | 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 | 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 | 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 | Set the size of the chip. |
set_themeColor(option) | Telerik.Web.UI.RadChipThemeColor | Set the theme color. |