Skip to content

INavigationWindow.Navigate(Type) method

Defined in

Type: INavigationWindow Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

bool Navigate(Type pageType)

Summary: Lets you navigate to the selected page based on it's type. Should be used with IPageService.

Parameters

NameTypeDescription
pageTypeTypeType of the page.

Returns: bool -- true if the operation succeeds. false otherwise.