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

BreadcrumbQueryPathEventArgs.Breadcrumbs Property

Gets or sets a set of breadcrumb items that correspond to 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<object> Breadcrumbs { get; set; }

Property Value

Type Description
IEnumerable<Object>

A set of breadcrumb items that correspond to the path entered by an end user.

See Also