Skip to main content
All docs
V25.1
  • SemanticSearchBehavior.SearchMode Property

    Gets or sets a control’s search mode. This is a dependency property.

    Namespace: DevExpress.AIIntegration.Wpf

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

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public ControlSearchMode SearchMode { get; set; }

    Property Value

    Type Description
    ControlSearchMode

    Search mode.

    Available values:

    Name Description
    Standard

    Traditional keyword-based search.

    Semantic

    Vector-based semantic search to find conceptually similar items.

    Hybrid

    A combination of standard and semantic search.

    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)

    Semantic Search Modes

    Use the SemanticSearchBehavior.SearchMode to specify search mode.

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

    See Also