Back to Devexpress

SemanticSearchBehaviorProperties.AllowChangeSearchMode Property

windowsforms-devexpress-dot-aiintegration-dot-winforms-dot-semanticsearchbehaviorproperties-7d9fdb8f.md

latest1.6 KB
Original Source

SemanticSearchBehaviorProperties.AllowChangeSearchMode Property

Gets or sets whether users can change search mode.

Namespace : DevExpress.AIIntegration.WinForms

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

NuGet Package : DevExpress.AIIntegration.WinForms.SemanticSearch

Declaration

csharp
[DefaultValue(true)]
public bool AllowChangeSearchMode { get; set; }
vb
<DefaultValue(True)>
Public Property AllowChangeSearchMode As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

See the following help topic for additional information: Semantic Search.

See Also

SemanticSearchBehaviorProperties Class

SemanticSearchBehaviorProperties Members

DevExpress.AIIntegration.WinForms Namespace