Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

CustomCheckCompatibilityEventArgs.Modules Property

Lists all Modules used by the application.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.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