Enum NavigationViewBackButtonVisible
Defines constants that specify whether the back button is visible in NavigationView.
public enum NavigationViewBackButtonVisible
Fields
The system chooses whether or not to display the back button, depending on the device/form factor. On phones, tablets, desktops, and hubs, the back button is visible. On Xbox/TV, the back button is collapsed.
Do not display the back button in NavigationView, and do not reserve space for it in layout.
Display the back button in NavigationView.