ButtonGroupItemBadgeSettingsTagHelper
Example
Razor
<badge/>
Attributes
Attribute | Type | Description |
---|---|---|
align | BadgeAlign | |
cutout-border | Boolean | Specifies wether or not to render additional "cutout" border around the badge. |
enabled | Boolean | |
fill | BadgeFill | |
icon | String | Defines the name for an existing icon in a Kendo UI theme or SVG content. The icon is rendered inside the badge by a span.k-icon or span.k-svg-icon element. |
max | Double | If text is a number, it will cap that number. |
position | BadgePosition | |
shape | BadgeShape | |
size | BadgeSize | |
template | String | The template which renders the content of the badge. |
template-handler | String | The template which renders the content of the badge. |
template-id | String | The template which renders the content of the badge. |
template-view | IHtmlContent | The template which renders the content of the badge. |
text | String | The text of the badge. Valid input includes string, number or object with toString method. Default is empty string. |
theme-color | BadgeColor | |
visible | Boolean | If set to false the badge will not be displayed. |