Skip to main content
A newer version of this page is available. .

RibbonControl.ShowSearchItem Property

Gets or sets whether to display the search box that allows a user to find a bar item by its caption.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public bool ShowSearchItem { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to display the search box; otherwise, false.

Remarks

The ribbon can display a search box that allows users to search for bar items by their caption or custom keywords.

Ribbon Search Menu

To display the search box, set the ShowSearchItem property to true. See Search Menu for more information.

Note

In an MDI application, a child form’s search box is not added to the parent form when ribbons are merged. You should enable the search box on the parent and child forms individually.

See Also