Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomCheckCompatibilityEventArgs.Modules Property

Lists all Modules used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

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