New to Telerik UI for WinUIStart a free 30-day trial

Badge Types

Updated on Mar 26, 2026

The Badge supports various badge types for indicating different statuses, notifications, and short messages.

To get or set the desired badge type of the Badge component, use the BadgeType property of type BadgeType. The BadgeType is an enumeration and it accepts the following values:

  • Default
  • DotOnly
  • Available
  • DoNotDisturb
  • Rejected
  • Remove
  • Offline
  • Away
  • OutOfOffice
  • Add
  • ContentOnly

Setting BadgeType

XAML
<primitives:RadBadge BadgeType="Available"/>
<!-- where `primitves` points to xmlns:primitives="using:Telerik.UI.Xaml.Controls.Primitives"-->

Badge Types

WinUI RadBadge Telerik Badge Types

See Also

In this article
See Also
Not finding the help you need?
Contact Support