Skip to main content
All docs
V24.2

ExplainFormulaBehavior(Type) Constructor

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

Namespace: DevExpress.AIIntegration.WinForms

Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll

Declaration

public ExplainFormulaBehavior(
    Type behaviorSourceType
)

Parameters

Name Type Description
behaviorSourceType Type

The type of target control to which the behavior is attached.

Remarks

Read the following help topic for additional information and examples: AI-powered Explain Formula Behavior.

See Also