Skip to main content

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

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

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

Parameters

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