NavigationView.IsBackEnabledProperty Property

Definition

Identifies the IsBackEnabled dependency property.

public:
 static property DependencyProperty ^ IsBackEnabledProperty { DependencyProperty ^ get(); };
static DependencyProperty IsBackEnabledProperty();
public static DependencyProperty IsBackEnabledProperty { get; }
var dependencyProperty = NavigationView.isBackEnabledProperty;
Public Shared ReadOnly Property IsBackEnabledProperty As DependencyProperty

Property Value

The identifier for the IsBackEnabled dependency property.

Applies to