New to Telerik UI for WinUI? Start 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:
DefaultDotOnlyAvailableDoNotDisturbRejectedRemoveOfflineAwayOutOfOfficeAddContentOnly
Setting BadgeType
XAML
<primitives:RadBadge BadgeType="Available"/>
<!-- where `primitves` points to xmlns:primitives="using:Telerik.UI.Xaml.Controls.Primitives"-->
Badge Types
