SmartSearchBehaviorProperties.ExcludedItems Property
Gets a collection of items excluded from Smart Search.
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll
Declaration
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