Skip to main content
A newer version of this page is available. .

ViewInjectionServiceExtensions.GetViewModel(IViewInjectionService, Object) Method

Static extension method that finds and returns a ViewModel with the specified key.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public static object GetViewModel(
    this IViewInjectionService service,
    object key
)

Parameters

Name Type Description
service IViewInjectionService

The type the static extension method operates with.

key Object

An object representing the identifier (key) of the View and its ViewModel.

Returns

Type Description
Object

An object representing the ViewModel.

See Also