Skip to main content
All docs
V24.2

SmartAutoCompleteExtension(IServiceProvider) Constructor

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

Namespace: DevExpress.AIIntegration.Extensions

Assembly: DevExpress.AIIntegration.v24.2.dll

NuGet Package: DevExpress.AIIntegration

#Declaration

public SmartAutoCompleteExtension(
    IServiceProvider serviceProvider
)

#Parameters

Name Type Description
serviceProvider IServiceProvider

A service provider.

#Remarks

Read the following help topics for additional information:

See Also