New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Properties
Badge specific properties to change its border radius, size, theme color, and more.
Getters
Name | Return Type | Description |
---|---|---|
get_kendoWidget() | object | Get the Kendo widget instance. |
get_icon() | string | Get the icon name used to display the badge. |
get_text() | string | Get the text of the badge. |
get_cutoutBorder() | bool | Get the cutout border state. |
get_max() | number | Get the maximum value of the badge. |
get_visible() | bool | Get the visibility state of the badge. |
get_align() | Telerik.Web.UI.RadBadgeAlign | Get the alignment of the badge. |
get_fillMode() | Telerik.Web.UI.RadBadgeFillMode | Get the fill mode. |
get_position() | Telerik.Web.UI.RadBadgePosition | Get the badge position. |
get_rounded() | Telerik.Web.UI.RadBadgeRounded | Get the border radius level. |
get_size() | Telerik.Web.UI.RadBadgeSize | Get the size. |
get_themeColor() | Telerik.Web.UI.RadBadgeThemeColor | Get the theme color. |
Setters
Name | Parameter | Description |
---|---|---|
set_icon(option) | string | Set the icon name used to display the badge. |
set_text(option) | string | Set the text of the badge. |
set_cutoutBorder(option) | bool | Set the cutout border state. |
set_max(option) | number | Set the maximum value of the badge. |
set_align(option) | Telerik.Web.UI.RadBadgeAlign | Set the alignment of the badge. |
set_fillMode(option) | Telerik.Web.UI.RadBadgeFillMode | Set the fill mode. |
set_position(option) | Telerik.Web.UI.RadBadgePosition | Set the badge position. |
set_rounded(option) | Telerik.Web.UI.RadBadgeRounded | Set the border radius level. |
set_size(option) | Telerik.Web.UI.RadBadgeSize | Set the size. |
set_themeColor(option) | Telerik.Web.UI.RadBadgeThemeColor | Set the theme color. |
Methods
Name | Description |
---|---|
hide() | Hide the badge. |
show() | Show the badge. |