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

ModuleManagerExtensions.GetRegion(IModuleManagerBase, Object) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public static IRegion GetRegion(
    this IModuleManagerBase manager,
    object viewModel
)

Parameters

Name Type
manager IModuleManagerBase
viewModel Object

Returns

Type
IRegion
See Also