Skip to main content
All docs
V25.1
  • RibbonSearchMenuBaseEventArgs.SearchString Property

    Gets text entered in the search box.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.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