Skip to main content

BreadcrumbQueryPathEventArgs.Path Property

Gets the path entered by an end user.

Namespace: DevExpress.Xpf.Controls

Assembly: DevExpress.Xpf.Controls.v23.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