Back to Devexpress

SmartSearchBehavior Class

windowsforms-devexpress-dot-aiintegration-dot-winforms-b2ef5752.md

latest2.3 KB
Original Source

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

NuGet Package : DevExpress.AIIntegration.WinForms

Declaration

csharp
public sealed class SmartSearchBehavior :
    BehaviorWithEvents<ISmartSearchBehaviorSource>
vb
Public NotInheritable Class SmartSearchBehavior
    Inherits BehaviorWithEvents(Of 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> DevExpress.Utils.Behaviors.BehaviorWithEvents<DevExpress.AIIntegration.WinForms.ISmartSearchBehaviorSource> SmartSearchBehavior

See Also

SmartSearchBehavior Members

DevExpress.AIIntegration.WinForms Namespace