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

Module(String, Func<Object>, String) Constructor

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public Module(
    string key,
    Func<object> viewModelFactory,
    string viewName
)

Parameters

Name Type
key String
viewModelFactory Func<Object>
viewName String
See Also