Back to Devexpress

SemanticSearchBehavior.AllowChangeSearchMode Property

wpf-devexpress-dot-aiintegration-dot-wpf-dot-semanticsearchbehavior-59ee69a1.md

latest1.9 KB
Original Source

SemanticSearchBehavior.AllowChangeSearchMode Property

Gets or sets whether users can change search mode. This is a dependency property.

Namespace : DevExpress.AIIntegration.Wpf

Assembly : DevExpress.AIIntegration.Wpf.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Wpf

Declaration

csharp
public bool AllowChangeSearchMode { get; set; }
vb
Public Property AllowChangeSearchMode As Boolean

Property Value

TypeDescription
Boolean

true to allow users to change search mode; otherwise, false.

|

Remarks

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:

  • Standard (traditional keyword-based search)
  • Semantic
  • Hybrid (a combination of standard and semantic search)

Set the AllowChangeSearchMode property to false to prevent users from changing search mode.

See the following help topic for additional information: Semantic Search AI-powered Extension.

See Also

Semantic Search AI-powered Extension

SemanticSearchBehavior Class

SemanticSearchBehavior Members

DevExpress.AIIntegration.Wpf Namespace