• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start 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";

In this article

Not finding the help you need?