RibbonSearchMenuEventArgs.ShowNoMatchesItem Property
Gets or sets whether to display the No matches found item in the Search Menu.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
If the ribbon control does not contain items that match the search query, the Search Menu displays the No matches found item:

Set the ShowNoMatchesItem property to false to hide this item when you populate the Search Menu in code.
See Also