Skip to main content
All docs
V25.1
  • SemanticSearchBehaviorProperties.AllowChangeSearchMode Property

    Gets or sets whether users can change search mode.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms.SemanticSearch

    Declaration

    [DefaultValue(true)]
    public bool AllowChangeSearchMode { get; set; }

    Property Value

    Type Default Description
    Boolean true

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

    Remarks

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

    See Also