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

CustomCheckCompatibilityEventArgs.Modules Property

Lists all Modules used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public IList<ModuleBase> Modules { get; }

Property Value

Type Description
IList<ModuleBase>

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

See Also