BreadcrumbBar.NavigateBack(object?) method¶
Defined in
Type: BreadcrumbBar
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public IRxObject? NavigateBack(object? parameter = null)
Summary: Navigates back and updates the Breadcrumb to remove the last item.
Parameters
| Name | Type | Description |
|---|---|---|
parameter = null | object? | The parameter. |
Returns: IRxObject? -- The target ViewModel.
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Host name is not set. Call SetupNavigation and pass the Host Name of the Navigation host. |