NavigationView.IsBackEnabled Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Zurück-Schaltfläche aktiviert oder deaktiviert ist.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).

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

void IsBackEnabled(bool value);
public bool IsBackEnabled { get; set; }
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: