ViewInjectionManager.Navigate(String, Object) Method
In This Article
Navigates to the specified ViewModel (and its View) inside the corresponding region.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
region |
String | A System. |
key | Object | An object specifying the key of the View |
#Implements
See Also