Skip to main content
.NET 6.0+

CustomCheckCompatibilityEventArgs.Modules Property

Lists all Modules used by the application.

Namespace: DevExpress.ExpressApp

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