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

BarItem.VisibleInSearchMenu Property

Gets or sets whether the bar item can be found using the ribbon search menu.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool VisibleInSearchMenu { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if this bar item can be found using the ribbon search menu; otherwise, false.

Remarks

To hide a specific bar item in the ribbon search menu, set the VisibleInSearchMenu property to false. For instance, you can hide items displayed in the tab header area.

See Also