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