Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public IEnumerable Breadcrumbs { get; set; }

Property Value

Type
IEnumerable
See Also