Sets up a module after it has been added to the XafApplication.Modules collection.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
public virtual void Setup(
XafApplication application
)
Public Overridable Sub Setup(
application As XafApplication
)
Type | Name | Description |
---|---|---|
XafApplication | application | An XafApplication object that provides methods and properties to manage the current application. This parameter value is set for the ModuleBase.Application property. |
Override this method, to specify the required settings of both the current module and the XafApplication object passed as the application parameter.
By default, this method does nothing.
This method is called at run time, and when the Application Model is being loaded at design time.