NavigationViewBackButtonVisible enum¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.NavigationViewBackButtonVisible
Modifiers: public sealed
Summary¶
Defines constants that specify whether the back button is visible in NavigationView.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Values¶
| Name | Value | Description |
|---|---|---|
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. |
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. |