Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.Wpf.Controls

    Declaration

    public IEnumerable Breadcrumbs { get; set; }

    Property Value

    Type
    IEnumerable
    See Also