NavigationView.OverflowLabelMode Property

Definition

Gets or sets a value that indicates what text label is shown for the overflow menu.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property NavigationViewOverflowLabelMode OverflowLabelMode { NavigationViewOverflowLabelMode get(); void set(NavigationViewOverflowLabelMode value); };
NavigationViewOverflowLabelMode OverflowLabelMode();

void OverflowLabelMode(NavigationViewOverflowLabelMode value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
NavigationViewOverflowLabelMode OverflowLabelMode();

void OverflowLabelMode(NavigationViewOverflowLabelMode value);
public NavigationViewOverflowLabelMode OverflowLabelMode { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")]
public NavigationViewOverflowLabelMode OverflowLabelMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewOverflowLabelMode::MoreLabel")] set; }
Public Property OverflowLabelMode As NavigationViewOverflowLabelMode

Property Value

A value of the enumeration that indicates what text label is shown for the overflow menu. The default is MoreLabel, which shows the text "More".

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Remarks

The overflow menu is shown only when Microsoft.UI.Xaml.Controls.NavigationView.PaneDisplayMode is Top and the window is not wide enough to show all navigation menu items.

Applies to