Skip to main content
All docs
V25.1
  • SmartPasteAIExtension(IServiceProvider) Constructor

    Initializes a new instance of the SmartPasteAIExtension class with specified settings.

    Namespace: DevExpress.AIIntegration.Extensions

    Assembly: DevExpress.AIIntegration.v25.1.dll

    NuGet Package: DevExpress.AIIntegration

    Declaration

    public SmartPasteAIExtension(
        IServiceProvider serviceProvider
    )

    Parameters

    Name Type Description
    serviceProvider IServiceProvider

    A service provider.

    Remarks

    Read the following help topics for additional information:

    See Also