ToggleButtonBadgeSettingsBuilder
Methods
Size(Kendo.Mvc.UI.ComponentSize)
Sets the size of the badge widget that will be displayed in the component.
Parameters
value - ComponentSize
The value for Size
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
Align(Kendo.Mvc.UI.BadgeAlign)
Sets the alignment of the badge widget that will be displayed in the component.
Parameters
value - BadgeAlign
The value for Align
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
Position(Kendo.Mvc.UI.BadgePosition)
Sets the position of the badge widget that will be displayed in the component.
Parameters
value - BadgePosition
The value for Position
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
Shape(Kendo.Mvc.UI.BadgeShape)
Sets the shape of the badge widget that will be displayed in the component.
Parameters
value - BadgeShape
The value for Shape
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
ThemeColor(Kendo.Mvc.UI.BadgeColor)
Sets the theme color of the badge widget that will be displayed in the component.
Parameters
value - BadgeColor
The value for ThemeColor
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
Fill(Kendo.Mvc.UI.BadgeFill)
Sets the fill mode of the badge widget that will be displayed in the component.
Parameters
value - BadgeFill
The value for Fill
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
Text(System.String)
Sets the text for the badge widget that will be displayed in the component.
Parameters
value - System.String
The value for Text
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
Visible(System.Boolean)
Sets whether the badge widget will be visible or not in the component.
Parameters
value - System.Boolean
The value for Visible
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.
CutoutBorder(System.Boolean)
Specifies whether or not to render additional cutout border around the badge widget that will be displayed in the component.
Parameters
value - System.Boolean
The value for CutoutBorder
RETURNS
Returns the current ToggleButtonBadgeSettingsBuilder instance.