Skip to main content
All docs
V25.1
  • SmartSearchBehavior Class

    Smart Search enhances traditional search algorithms to provide a more intuitive and efficient experience in WinForms Ribbon and Accordion controls.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    public sealed class SmartSearchBehavior :
        BehaviorWithEvents<ISmartSearchBehaviorSource>

    Remarks

    “Smart Search” enhances traditional search algorithms to provide a more intuitive and efficient experience. It delivers results that closely match the user’s intent, even when the input includes typos or misspellings.

    Play the following animation to see how AI-powered smart search works in the DevExpress WinForms Ribbon control:

    Smart Search - WinForms Ribbon Control, DevExpress

    Applies to:

    Read the following help topic for additional information: AI-powered Smart Search.

    Inheritance

    Object
    DevExpress.Utils.MVVM.BehaviorBase
    DevExpress.Utils.Behaviors.Behavior
    DevExpress.Utils.Behaviors.Behavior<DevExpress.AIIntegration.WinForms.ISmartSearchBehaviorSource>
    DevExpress.Utils.Behaviors.BehaviorWithEvents<DevExpress.AIIntegration.WinForms.ISmartSearchBehaviorSource>
    SmartSearchBehavior
    See Also