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

    Gets or sets the maximum number of semantic search results returned by a vector store for a query. This is a dependency property.

    Namespace: DevExpress.AIIntegration.Wpf

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

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public int SearchResultCount { get; set; }

    Property Value

    Type Description
    Int32

    The maximum number of semantic search results returned for a query.

    Remarks

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

    See Also