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

IModuleManager.Inject(String, String, Object) Method

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

void Inject(
    string regionName,
    string key,
    object parameter = null
)

Parameters

Name Type
regionName String
key String

Optional Parameters

Name Type Default
parameter Object *null*
See Also