Skip to content

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

NameTypeDescription
parameter = nullobject?The parameter.

Returns: IRxObject? -- The target ViewModel.

Exceptions

TypeCondition
System.InvalidOperationExceptionHost name is not set. Call SetupNavigation and pass the Host Name of the Navigation host.