NavigationView.IsBackEnabled Eigenschaft

Definition

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

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 Zurück-Schaltfläche aktiviert ist; andernfalls "false". Die Standardeinstellung ist false.

Gilt für: