Skip to main content
All docs
V25.2
  • IModuleBuilder<TContext> Interface

    Allows you to add and configure Modules in your application.

    Namespace: DevExpress.ExpressApp.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.v25.2.dll

    Declaration

    public interface IModuleBuilder<TContext>
        where TContext :
        IXafApplicationBuilder<TContext>

    Type Parameters

    Name Description
    TContext

    The IWinApplicationBuilder or IBlazorApplicationBuilder type.

    See Also