windowsforms-devexpress-dot-aiintegration-dot-winforms-b2ef5752.md
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.2.dll
NuGet Package : DevExpress.AIIntegration.WinForms
public sealed class SmartSearchBehavior :
BehaviorWithEvents<ISmartSearchBehaviorSource>
Public NotInheritable Class SmartSearchBehavior
Inherits BehaviorWithEvents(Of ISmartSearchBehaviorSource)
“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.
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