Skip to main content
All docs
V24.2

ProofreadBehavior(Type) Constructor

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

Namespace: DevExpress.AIIntegration.WinForms

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

NuGet Package: DevExpress.AIIntegration.WinForms

Declaration

public ProofreadBehavior(
    Type behaviorSourceType
)

Parameters

Name Type Description
behaviorSourceType Type

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

See Also