Skip to main content
All docs
V24.1

RibbonSearchMenuBaseEventArgs.SearchString Property

Gets text entered in the search box.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public string SearchString { get; }

Property Value

Type Description
String

Text entered in the search box.

See Also