Share via


NavigationViewItem.InfoBadge Property

Definition

Gets or sets the InfoBadge object to display on the NavigationViewItem.

/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
InfoBadge InfoBadge();

void InfoBadge(InfoBadge value);
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)]
public InfoBadge InfoBadge { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallback(enable=true)] set; }
var infoBadge = navigationViewItem.infoBadge;
navigationViewItem.infoBadge = infoBadge;
Public Property InfoBadge As InfoBadge

Property Value

The badge to display on the NavigationViewItem. The default is null.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Applies to

See also