Skip to main content

IModuleManager Interface

Provides methods to control modules and regions.

Namespace: DevExpress.Mvvm.ModuleInjection

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public interface IModuleManager :
    IModuleManagerBase

The following members return IModuleManager objects:

Remarks

See Module Manager to learn more.

See Also