Skip to main content
All docs
V26.1
  • DocumentTranslateInlineBehavior(Type) Constructor

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

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v26.1.dll

    Declaration

    public DocumentTranslateInlineBehavior(
        Type type
    )

    Parameters

    Name Type Description
    type Type

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

    See Also