Back to Devexpress

BarItem.VisibleInSearchMenu Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-d6a5ce46.md

latest2.1 KB
Original Source

BarItem.VisibleInSearchMenu Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool VisibleInSearchMenu { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property VisibleInSearchMenu As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Search Menu

SearchItemPosition

CustomizeSearchMenu

SearchTags

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace