BackButtonBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The behavior to use for navigating between the ListDetailsView list and details views
public enum BackButtonBehavior
type BackButtonBehavior =
Public Enum BackButtonBehavior
- Inheritance
-
BackButtonBehavior
Fields
Name | Value | Description |
---|---|---|
Automatic | 0 | Automatically determine the best approach to use. |
Inline | 1 | Use a back button built into the ListDetailsView |
System | 2 | Use the system back button controlled by the Windows.UI.Core.SystemNavigationManager. |
Manual | 3 | Do not enable any back buttons. Use this if you plan to handle all navigation or have your own back button in the application. |