Skip to main content

CustomCheckCompatibilityEventArgs.Modules Property

List the application’s Modules. Use this parameter to compare the actual module versions with the module versions in the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IList<ModuleBase> Modules { get; }

Property Value

Type Description
IList<ModuleBase>

A collection of the application’s modules.

See Also