Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Package: DevExpress.AIIntegration.WinForms

#Declaration

public sealed class SmartSearchBehavior :
    Behavior<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:

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>
SmartSearchBehavior
See Also