Skip to main content
All docs
V24.2

AIExtensionsContainerDesktop.AddDevExpressAIDesktop(IServiceCollection, Action<AIExtensionsContainerDesktop.Settings>) Method

Namespace: DevExpress.AIIntegration

Assembly: DevExpress.AIIntegration.Desktop.v24.2.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