Skip to main content
All docs
V25.1
  • SmartSearchBehaviorProperties.ExcludedItems Property

    Gets a collection of items excluded from Smart Search.

    Namespace: DevExpress.AIIntegration.WinForms

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

    NuGet Package: DevExpress.AIIntegration.WinForms

    Declaration

    [Browsable(false)]
    public List<IComponent> ExcludedItems { get; }

    Property Value

    Type Description
    List<IComponent>

    The collection of items excluded from Smart Search.

    Remarks

    To exclude a specific item from Smart Search, add this item to the SmartSearchBehavior.Properties.ExcludedItems collection. This allows you to exclude Ribbon items or Accordion UI elements from being affected by Smart Search.

    Read the following help topic for additional information: AI-powered Smart Search.

    See Also