Skip to main content
.NET 6.0+

SystemModule() Constructor

Creates an instance of the SystemModule class.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public SystemModule()

Remarks

Do not use this method. To add the SystemAspNetModule to your application, use one of the approaches listed in the Ways to Register a Module topic.

See Also