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.1.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.

See Also