Skip to main content
All docs
V24.1
Bar

RoutedItemsArgs(String, ICollection<BarItem>) Constructor

Initializes a new instance of the RoutedItemsArgs class with specified settings.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.1.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public RoutedItemsArgs(
    string searchString,
    ICollection<BarItem> items
)

Parameters

Name Type
searchString String
items ICollection<BarItem>
See Also