INavigationService.Navigate(String, Object, Object, Object, Boolean) Method
In This Article
Performs navigation to the target View.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
view |
String | A System. |
view |
Object | An object specifying the View |
param | Object | A parameter for passing data to the target View |
parent |
Object | The parent View |
save |
Boolean | true, to log the navigation; otherwise, false. |
See Also