Skip to main content
A newer version of this page is available. .

BreadcrumbQueryPathEventArgs(BreadcrumbControl, IEnumerable<String>, String) Constructor

Initializes a new instance of the BreadcrumbQueryPathEventArgs class.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

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