Skip to main content
.NET 6.0+

ModuleBase.ModuleManager Property

Provides access to the ApplicationModulesManager object, which contains information on the modules currenly added to the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
public ApplicationModulesManager ModuleManager { get; set; }

Property Value

Type Description
DevExpress.ExpressApp.ApplicationModulesManager

An ApplicationModulesManager object that provides methods and properties to manage the current application’s modules. This parameter value is set for the ModuleBase.ModuleManager property.

See Also