Skip to main content
All docs
V26.1
  • SmartSearchBehavior(Type, Int32, AIEvents) Constructor

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

    Namespace: DevExpress.AIIntegration.WinForms

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

    Declaration

    public SmartSearchBehavior(
        Type behaviorSourceType,
        int typingPauseDelay = 500,
        AIEvents events = null
    )

    Parameters

    Name Type
    behaviorSourceType Type

    Optional Parameters

    Name Type Default
    typingPauseDelay Int32 500
    events DevExpress.AIIntegration.WinForms.AIEvents null
    See Also