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.
Name | Return type | Description |
---|---|---|
AvatarClass | string | Get/Set the CSS class name used to display an Avatar. |
Enabled | bool | Get/Set the enabled state used to Enable/Disable the Chip element. |
FillMode | Telerik.Web.UI.ChipFillMode | Get/Set the fill mode. |
Icon | string | Get/Set the icon name used to display various icons from the embedded icon's library. |
IconClass | string | Get/Set the icon's CSS class name used to display custom icons. |
Label | string | Get/Set the Label text (similar to the Text property of other Components). |
Removable | bool | Get/Set the removable option used to render a remove icon to the right of the label text. |
RemoveIcon | string | Get/Set the remove icon name to the name of an icon from the list of embedded icons. |
Rounded | Telerik.Web.UI.ChipRounded | Get/Set the border radius level. |
Selectable | bool | Get/Set the selectable feature. If set, the will be selectable. |
Selected | bool | Get/Set the the selected state used to select/deselect the Chip. |
Size | Telerik.Web.UI.ChipSize | Get/Set the size of the chip. |
ThemeColor | Telerik.Web.UI.ChipThemeColor | Get/Set the theme color. |