• 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

BreadCrumbItem

An interface for the Breadcrumb items.

NameTypeDefaultDescription

disabled?

boolean

Specifies if the item is disabled (see example#toc-disabled-items). Rendered as an aria-disabled attribute on the item.

icon?

string

Defines the name for a built-in icon in a Kendo UI theme (see example). The icon is rendered inside the item by a span.k-icon element.

iconClass?

string

Defines a CSS class—or multiple classes separated by spaces— which are applied to a span element inside the item (see example). Allows the usage of custom icons.

imageUrl?

string

Defines a URL which is used for an img element inside the item (see example). The URL can be relative or absolute. If relative, it is evaluated with relation to the web page URL.

svgIcon?

SVGIcon

Defines an SVGIcon to be rendered within the BreadCrumb item.

text?

string

Specifies the text content rendered inside the item. The numeric item index is rendered by default.

title?

string

Sets the title of the item (see example). Rendered as a title attribute on the item.

In this article

Not finding the help you need?