BackButtonBehavior Enum

Definition

The behavior to use for navigating between the ListDetailsView list and details views

public enum BackButtonBehavior
type BackButtonBehavior = 
Public Enum BackButtonBehavior
Inheritance
BackButtonBehavior

Fields

Automatic 0

Automatically determine the best approach to use.

Inline 1

Use a back button built into the ListDetailsView

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.

System 2

Use the system back button controlled by the Windows.UI.Core.SystemNavigationManager.

Applies to