Skip to main content
A newer version of this page is available. .

RibbonControl.SearchEditItem Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public virtual RibbonSearchEditItem SearchEditItem { get; }

Property Value

Type Description
DevExpress.XtraBars.RibbonSearchEditItem

A RibbonSearchEditItem object that represents the search box.

See Also