CustomCheckCompatibilityEventArgs.Modules Property
Lists all Modules used by the application.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
IList<ModuleBase> | A ModuleList collection that contains all modules used in the current application. |
See Also