NavigationViewBackButtonVisible Enum

Definition

Defines constants that specify whether the back button is visible in NavigationView.

public enum class NavigationViewBackButtonVisible
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=6)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class NavigationViewBackButtonVisible
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class NavigationViewBackButtonVisible
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=6)]
[Windows.Foundation.Metadata.Version(1)]
public enum NavigationViewBackButtonVisible
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum NavigationViewBackButtonVisible
Public Enum NavigationViewBackButtonVisible
Inheritance
NavigationViewBackButtonVisible
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

Fields

Auto 2

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.

Collapsed 0

Do not display the back button in NavigationView, and do not reserve space for it in layout.

Visible 1

Display the back button in NavigationView.

Examples

Tip

For more info, design guidance, and code examples, see NavigationView.

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.

Applies to