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

IModuleManagerBase.Register(String, IModule) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

void Register(
    string regionName,
    IModule module
)

Parameters

Name Type
regionName String
module IModule
See Also