Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.Win.Navigation

    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