Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.01 KB

navigationview_isbackbuttonvisible.md

File metadata and controls

36 lines (20 loc) · 1.01 KB
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.NavigationView.IsBackButtonVisible
winrt property

Microsoft.UI.Xaml.Controls.NavigationView.IsBackButtonVisible

-description

Gets or sets a value that indicates whether the back button is visible or not. Default value is "Auto", which indicates that button visibility depends on the DisplayMode setting of the NavigationView.

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

-property-value

A value of the enumeration that specifies the visibility of the NavigationView back button. The default is "Auto".

-remarks

-see-also

-examples

-xaml-syntax

<NavigationView IsBackButtonVisible="backButtonVisibleEnumVal" .../>