Back to Devexpress

RibbonControl.SearchRepositoryItem Property

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

latest1.4 KB
Original Source

RibbonControl.SearchRepositoryItem Property

Provides access to the repository 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 RepositoryItemRibbonSearchEdit SearchRepositoryItem { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property SearchRepositoryItem As RepositoryItemRibbonSearchEdit

Property Value

TypeDescription
DevExpress.XtraBars.Ribbon.Internal.RepositoryItemRibbonSearchEdit

A RepositoryItemRibbonSearchEdit object that represents the search box.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace