ModuleBase.Setup(ApplicationModulesManager) Method
Sets up a module after it has been created.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v20.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
moduleManager | 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. |
Remarks
This Setup method overload is called before calling the ModuleBase.CustomizeTypesInfo method. Override this method, to specify the required settings of the current module. Use the ApplicationModulesManager object passed as the moduleManager parameter to get information on the modules that have already been loaded.
By default, this method does nothing.
NOTE
This method is called at run time, and when the Application Model is being loaded at design time.