ModuleBase.GetControllerTypes() Method
Returns a collection of Controllers loaded to the Application Model.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
IEnumerable<Type> | An IEnumerable<Type> collection of Controllers to be loaded to the Application Model. |
Remarks
The collection returned by the GetControllerTypes property is populated by the following types:
- Controllers from the Module Designer‘s Controllers section.
- Controllers provided by the module’s ModuleBase.AdditionalControllerTypes property.
See Also