New to Kendo UI for AngularStart a free 30-day trial

BreadCrumbCollapseMode

Sets the Collapse mode of the Breadcrumb. The available values are:

  • auto(default)—Items are automatically collapsed based on the width of the Breadcrumb. First and last item always remain visible.
  • wrap—Items are wrapped on multiple rows when their total width is bigger than the width of the BreadCrumb.
  • none—All items are expanded on the same row. This scenario is useful when the Breadcrumb needs to be scrolled.

For more information and example refer to the Collapse Modes article.

type BreadCrumbCollapseMode = "auto" | "wrap" | "none";

Not finding the help you need?
Contact Support