Kendo.Mvc.UI.ButtonBadgeSettings
Kendo UI ButtonBadgeSettings class
Properties
CutoutBorder
Specifies wether or not to render additional "cutout" border around the badge.
Icon
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
If text is a number, it will cap that number.
Template
The template which renders the content of the badge.
TemplateId
The id of the script element used for Template
Text
The text of the badge. Valid input includes string, number or object with toString method. Default is empty string.
Visible
If set to false the badge will not be displayed.
Size
Align
Position
Shape
ThemeColor
Fill
Enabled
If set to true a default overlay badge will be displayed. If set to a string, an ovelay with content set to the specified string will be displayed. Can be set to a JavaScript object which represents the configuration of the Badge widget.
Methods
Serialize
Serialize current instance to Dictionary
SerializeSettings
Serialize current instance to Dictionary