Skip to main content
A newer version of this page is available. .

WizardService.Navigate(String, Object, Object, Object) Method

Performs navigation to the target View.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public void Navigate(
    string viewType,
    object viewModel,
    object parameter,
    object parentViewModel
)

Parameters

Name Type Description
viewType String

A System.String value that specifies the name of the target View type.

viewModel Object

An object specifying the ViewModel of the target View.

parameter Object

A parameter for passing data to the target ViewModel.

parentViewModel Object

The parent ViewModel for building a parent-child view model relationship.

See Also