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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[DefaultValue(false)]
[DXCategory("Behavior")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShowSearchItem { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Remarks
The ribbon can display a search box that allows users to search for bar items by their caption or custom keywords.
To display the search box, set the ShowSearchItem
property to true
. See Search Menu for more information.
Note
In an MDI application, a child form’s search box is not added to the parent form when ribbons are merged. You should enable the search box on the parent and child forms individually.
See Also