Enum BreadcrumbOverflowMode
- Namespace
- Syncfusion.EJ2.Navigations
- Assembly
- Syncfusion.EJ2.dll
Defines the Breadcrumb overflow modes.
public enum BreadcrumbOverflowMode
Fields
Collapsed mode shows the first and last Breadcrumb items and hides the remaining items with a collapsed icon. When the collapsed icon is clicked, all items become visible and navigable.
Hidden mode shows the maximum number of items possible in the container space and hides the remaining items. Clicking on a previous item will make the hidden item visible.
Menu mode shows the number of Breadcrumb items that can be accommodated within the container space and creates a submenu with the remaining items.
None mode shows all the items in a single line.
Scroll mode shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
Wrap mode wraps the items to multiple lines when the Breadcrumb’s width exceeds the container space.