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

XafApplication.Modules Property

Provides access to the module list used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

[Browsable(false)]
public ModuleList Modules { get; }

Property Value

Type Description
DevExpress.ExpressApp.ModuleList

A ModuleList collection that contains all modules used in the current application.

Remarks

Use this property to add an extra module to the application. Alternatively you can use one of the approaches listed in the Ways to Register a Module topic.

See Also