Skip to main content
All docs
V25.1
  • AIExtensionsContainerDesktop.AddDevExpressAIDesktop(IServiceCollection, Action<AIExtensionsContainerDesktop.Settings>) Method

    Namespace: DevExpress.AIIntegration

    Assembly: DevExpress.AIIntegration.Desktop.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Desktop

    Declaration

    public static IServiceCollection AddDevExpressAIDesktop(
        this IServiceCollection services,
        Action<AIExtensionsContainerDesktop.Settings> configure = null
    )

    Parameters

    Name Type
    services IServiceCollection

    Optional Parameters

    Name Type Default
    configure Action<AIExtensionsContainerDesktop.Settings> null

    Returns

    Type
    IServiceCollection
    See Also