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

Module(String, String, 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,
    string viewModelName,
    string viewName
)

Parameters

Name Type
key String
viewModelName String
viewName String
See Also