WizardService.Navigate(String, Object, Object, Object) Method
In This Article
Performs navigation to the target View.
Namespace: DevExpress.Xpf.Controls
Assembly: DevExpress.Xpf.Controls.v24.2.dll
NuGet Package: DevExpress.Wpf.Controls
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view |
String | A System. |
view |
Object | An object specifying the View |
parameter | Object | A parameter for passing data to the target View |
parent |
Object | The parent View |
See Also