NavigationView.DisplayMode Property

Definition

Gets a value that specifies how the pane and content areas of a NavigationView are being shown.

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

public:
 property NavigationViewDisplayMode DisplayMode { NavigationViewDisplayMode get(); };
NavigationViewDisplayMode DisplayMode();
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewDisplayMode::Minimal")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewDisplayMode::Minimal")]
NavigationViewDisplayMode DisplayMode();
public NavigationViewDisplayMode DisplayMode { get; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewDisplayMode::Minimal")]
public NavigationViewDisplayMode DisplayMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="winrt::NavigationViewDisplayMode::Minimal")] get; }
Public ReadOnly Property DisplayMode As NavigationViewDisplayMode

Property Value

A value of the enumeration that specifies how the pane and content areas of a NavigationView are being shown.

Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Remarks

To set the state of the pane and content areas, use the PaneDisplayMode property.

Applies to