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

BreadcrumbQueryPathEventArgs.Path Property

Gets the path entered by an end user.

Namespace: DevExpress.Xpf.Controls

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

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

Declaration

public IEnumerable<string> Path { get; }

Property Value

Type Description
IEnumerable<String>

A set of string values.

See Also