SemanticSearchBehaviorProperties.SearchMode Property
Gets or sets a control’s search mode.
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.SemanticSearch.v25.1.dll
NuGet Package: DevExpress.AIIntegration.WinForms.SemanticSearch
Declaration
[DefaultValue(ControlSearchMode.Standard)]
public ControlSearchMode SearchMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| DevExpress.AIIntegration.SemanticSearch.ControlSearchMode | Standard | A value that specifies search mode. |
Remarks
Once AI-driven 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:
- Standard
- Semantic
- Hybrid (a combination of standard and semantic search)

Note
In GridLookUpEdit, users cannot specify search mode. Use the SemanticSearchBehavior.Properties.SearchMode property to specify search mode.
See the following help topic for additional information: Semantic Search.
See Also