ViewModelLocator.GetViewModelTypeName(Type) Method
Gets the ViewModel type name associated with the specified view type.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The view type. |
Returns
| Type | Description |
|---|---|
| String | The |
See Also