Back to Devexpress

ExplainFormulaExtension(IServiceProvider) Constructor

corelibraries-devexpress-dot-aiintegration-dot-extensions-dot-explainformulaextension-dot-ctor-x28-system-dot-iserviceprovider-x29.md

latest1.7 KB
Original Source

ExplainFormulaExtension(IServiceProvider) Constructor

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

Namespace : DevExpress.AIIntegration.Extensions

Assembly : DevExpress.AIIntegration.v25.2.dll

NuGet Package : DevExpress.AIIntegration

Declaration

csharp
public ExplainFormulaExtension(
    IServiceProvider serviceProvider
)
vb
Public Sub New(
    serviceProvider As IServiceProvider
)

Parameters

NameTypeDescription
serviceProviderIServiceProvider

A service provider.

|

Remarks

Read the following help topics for additional information:

See Also

ExplainFormulaExtension Class

ExplainFormulaExtension Members

DevExpress.AIIntegration.Extensions Namespace