NavigationViewItem.InfoBadge Property

Definition

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

C#
[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; }

Property Value

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

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyChangedCallbackAttribute

Applies to

Produkt Verzie
Windows App SDK 1.2, 1.3, 1.4, 1.5, 1.6

See also