Breadcrumb
Breadcrumbs should be used as a navigational aid in your app or site. They indicate the current page’s location within a hierarchy and help the user understand where they are in relation to the rest of that hierarchy. They also afford one-click access to higher levels of that hierarchy.
Notes
The BitBreadcrumb is a Multi-API component which can accept the list of Items in 3 different ways: BitBreadcrumbItem class, a custom Generic class, and BitBreadcrumbOption component.Usage
Basic
MaxDisplayedItems & OverflowIndex
You can specify how many items are displayed among the items you have and the rest of the items are displayed as overflow.
You can also choose which index the overflow icon should be placed in.
OverflowIcon
Class & Style
Events
By clicking on the items, the selected item will change and match the SelectedItemStyle.
Customizations
Explore advanced customization of BitBreadcrumb by adding or removing items dynamically and adjusting display settings.
RTL
Use BitBreadcrumb in right-to-left (RTL).
API
BitBreadcrumb parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase parameters
Name |
Type |
Default value |
Description |
---|---|---|---|
BitComponentBase public members
Name |
Type |
Default value |
Description |
---|---|---|---|
BitNameSelectorPair<TItem, TProp> properties
Name |
Type |
Default value |
Description |
---|---|---|---|
BitVisibility enum
Name |
Value |
Description |
---|---|---|
BitDir enum
Name |
Value |
Description |
---|---|---|
- On this page