Skip to main content
All docs
V25.2
  • IWinApplicationBuilder.UseServiceProviderFactory<TContainerBuilder>(IServiceProviderFactory<TContainerBuilder>) Method

    Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder

    Assembly: DevExpress.ExpressApp.Win.v25.2.dll

    NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

    Declaration

    void UseServiceProviderFactory<TContainerBuilder>(
        IServiceProviderFactory<TContainerBuilder> factory
    )

    Parameters

    Name Type
    factory IServiceProviderFactory<TContainerBuilder>

    Type Parameters

    Name
    TContainerBuilder
    See Also