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.v21.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IEnumerable<string> Path { get; }

Property Value

Type Description
IEnumerable<String>

A set of string values.

See Also