Back to Devexpress

SemanticSearchBehaviorProperties.SearchMode Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-semanticsearchbehaviorproperties-81483412.md

latest2.1 KB
Original Source

SemanticSearchBehaviorProperties.SearchMode Property

Gets or sets a control’s search mode.

Namespace : DevExpress.AIIntegration.WinForms

Assembly : DevExpress.AIIntegration.WinForms.SemanticSearch.v25.2.dll

NuGet Package : DevExpress.AIIntegration.WinForms.SemanticSearch

Declaration

csharp
[DefaultValue(ControlSearchMode.Standard)]
public ControlSearchMode SearchMode { get; set; }
vb
<DefaultValue(ControlSearchMode.Standard)>
Public Property SearchMode As ControlSearchMode

Property Value

TypeDefaultDescription
DevExpress.AIIntegration.SemanticSearch.ControlSearchModeStandard

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

SemanticSearchBehaviorProperties Class

SemanticSearchBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace