wpf-devexpress-dot-aiintegration-dot-wpf-1d4c04d8.md
Lists values that specify search mode.
Namespace : DevExpress.AIIntegration.Wpf
Assembly : DevExpress.AIIntegration.Wpf.v25.2.dll
NuGet Package : DevExpress.AIIntegration.Wpf
public enum ControlSearchMode
Public Enum ControlSearchMode
| Name | Description |
|---|---|
Standard |
Traditional keyword-based search.
|
| Semantic |
Vector-based semantic search to find conceptually similar items.
|
| Hybrid |
A combination of standard and semantic search.
|
The following properties accept/return ControlSearchMode values:
Once AI-powered semantic search is enabled, a drop-down button appears within the Grid control’s search field. This button opens a popup menu that allows users to specify search mode:
Use the SemanticSearchBehavior.SearchMode to specify search mode.
See the following help topic for additional information: Semantic Search AI-powered Extension.
See Also