NavigationView.IsBackEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Zurück-Schaltfläche aktiviert oder deaktiviert ist, oder legt diesen fest.

public:
 property bool IsBackEnabled { bool get(); void set(bool value); };
bool IsBackEnabled();

void IsBackEnabled(bool value);
public bool IsBackEnabled { get; set; }
var boolean = navigationView.isBackEnabled;
navigationView.isBackEnabled = boolean;
Public Property IsBackEnabled As Boolean
<NavigationView IsBackEnabled="bool" .../>

Eigenschaftswert

Boolean

bool

true , wenn die Schaltfläche "Zurück" aktiviert ist; andernfalls false. Die Standardeinstellung ist false.

Gilt für: