Skip to main content
All docs
V25.1
  • Bar

    RoutedItemLinksArgs(String, ICollection<BarItemLink>) Constructor

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

    Namespace: DevExpress.Xpf.Bars

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

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public RoutedItemLinksArgs(
        string searchString,
        ICollection<BarItemLink> itemLinks
    )

    Parameters

    Name Type
    searchString String
    itemLinks ICollection<BarItemLink>
    See Also