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

NuGet Package: DevExpress.Wpf.Controls

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