Skip to main content
All docs
V24.1
Bar

RoutedFilteringArgs(String, BarItem) Constructor

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

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public RoutedFilteringArgs(
    string searchString,
    BarItem item
)

Parameters

Name Type
searchString String
item BarItem
See Also