IModuleBuilder<TContext> Interface
Allows you to add and configure Modules in your application.
Namespace: DevExpress.ExpressApp.ApplicationBuilder
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public interface IModuleBuilder<TContext>
where TContext :
IXafApplicationBuilder<TContext>
#Type Parameters
Name | Description |
---|---|
TContext | The IWin |
#Related API Members
The following members return IModuleBuilder
See Also