Skip to main content
.NET 6.0+

ModuleBase.GetControllerTypes() Method

Returns a collection of Controllers loaded to the Application Model.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IEnumerable<Type> GetControllerTypes()

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:

See Also