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
Property Value
| Type | Description |
|---|---|
| IList<ModuleBase> | A collection of the application’s modules. |
See Also