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

ModuleManager(Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the ModuleManager class with specified settings.

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public ModuleManager(
    bool allowSaveRestoreLayout,
    bool isTestingMode,
    bool keepViewModelsAlive = false
)

Parameters

Name Type
allowSaveRestoreLayout Boolean
isTestingMode Boolean

Optional Parameters

Name Type Default
keepViewModelsAlive Boolean False
See Also