ButtonGroupItemBadgeSettingsTagHelper

Example

Razor
<badge/>

Attributes

AttributeTypeDescription
alignBadgeAlign
cutout-borderBooleanSpecifies wether or not to render additional "cutout" border around the badge.
enabledBooleanEnables or disables the configuration.
fillBadgeFill
iconStringDefines 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.
maxDoubleIf text is a number, it will cap that number.
positionBadgePosition
shapeBadgeShape
sizeBadgeSize
templateStringThe template which renders the content of the badge.
template-handlerStringThe template which renders the content of the badge. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringThe template which renders the content of the badge. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentThe template which renders the content of the badge. This option expects the instance containing the created HTML.
textStringThe text of the badge. Valid input includes string, number or object with toString method. Default is empty string.
theme-colorBadgeColor
visibleBooleanIf set to false the badge will not be displayed.
In this article
ExampleAttributes
Not finding the help you need?
Contact Support