Back to Devexpress

RibbonControl.SearchEditItem Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-f93e671a.md

latest1.5 KB
Original Source

RibbonControl.SearchEditItem Property

Provides access to the bar item that represents the search box. For internal use.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual RibbonSearchEditItem SearchEditItem { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable ReadOnly Property SearchEditItem As RibbonSearchEditItem

Property Value

TypeDescription
DevExpress.XtraBars.RibbonSearchEditItem

A RibbonSearchEditItem object that represents the search box.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace