BarItem.VisibleInSearchMenu Property
Gets or sets whether the bar item can be found using the ribbon search menu.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool VisibleInSearchMenu { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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