ButtonBadgeSettingsBuilder
Methods
CutoutBorder(System.Boolean)
Specifies wether or not to render additional "cutout" border around the badge.
Parameters
value - System.Boolean
The value for CutoutBorder
CutoutBorder()
Specifies wether or not to render additional "cutout" border around the badge.
Icon(System.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.
Parameters
value - System.String
The value for Icon
Max(System.Double)
If text is a number, it will cap that number.
Parameters
value - System.Double
The value for Max
Template(System.String)
The template which renders the content of the badge.
Parameters
value - System.String
The value for Template
TemplateId(System.String)
The template which renders the content of the badge.
Parameters
templateId - System.String
The ID of the template element for Template
TemplateView(Microsoft.AspNetCore.Html.IHtmlContent)
The template which renders the content of the badge.
Parameters
templateView - Microsoft.AspNetCore.Html.IHtmlContent
The view that contains the template for Template
TemplateHandler(System.String)
The template which renders the content of the badge.
Parameters
templateHandler - System.String
The handler that returs the template for Template
Template(Kendo.Mvc.UI.TemplateBuilder)
The template which renders the content of the badge.
Parameters
template - TemplateBuilder<TModel>
A Template component that configures the template.
Text(System.String)
The text of the badge. Valid input includes string, number or object with toString method. Default is empty string.
Parameters
value - System.String
The value for Text
Visible(System.Boolean)
If set to false the badge will not be displayed.
Parameters
value - System.Boolean
The value for Visible
Size(Kendo.Mvc.UI.BadgeSize)
Parameters
value - BadgeSize
The value for Size
Align(Kendo.Mvc.UI.BadgeAlign)
Parameters
value - BadgeAlign
The value for Align
Position(Kendo.Mvc.UI.BadgePosition)
Parameters
value - BadgePosition
The value for Position
Shape(Kendo.Mvc.UI.BadgeShape)
Parameters
value - BadgeShape
The value for Shape
ThemeColor(Kendo.Mvc.UI.BadgeColor)
Parameters
value - BadgeColor
The value for ThemeColor
Fill(Kendo.Mvc.UI.BadgeFill)
Parameters
value - BadgeFill
The value for Fill