Skip to main content
All docs
V26.1
  • BreadcrumbQueryPathEventArgs(BreadcrumbControl, IEnumerable<String>, String) Constructor

    Initializes a new instance of the BreadcrumbQueryPathEventArgs class.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v26.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public BreadcrumbQueryPathEventArgs(
        BreadcrumbControl source,
        IEnumerable<string> path,
        string pathSeparator
    )

    Parameters

    Name Type Description
    source BreadcrumbControl

     

    path IEnumerable<String>

     

    pathSeparator String

     

    Remarks

    Instances of the BreadcrumbQueryPathEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

    See Also