Skip to content

INavigationView.NavigateWithHierarchy(Type, object?) method

Defined in

Type: INavigationView 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

bool NavigateWithHierarchy(Type pageType, object? dataContext = null)

Summary: Synchronously adds an element to the navigation stack and navigates current navigation Frame to the.

Parameters

NameTypeDescription
pageTypeTypeType of the page.
dataContext = nullobject?The data context.

Returns: bool -- A bool.