Table of Contents

Enum BreadcrumbOverflowMode

Namespace
Syncfusion.EJ2.Navigations
Assembly
Syncfusion.EJ2.dll

Defines the Breadcrumb overflow modes.

public enum BreadcrumbOverflowMode

Fields

[EnumMember(Value = "Collapsed")] Collapsed = 0

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.

[EnumMember(Value = "Hidden")] Hidden = 1

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.

[EnumMember(Value = "Menu")] Menu = 2

Menu mode shows the number of Breadcrumb items that can be accommodated within the container space and creates a submenu with the remaining items.

[EnumMember(Value = "None")] None = 3

None mode shows all the items in a single line.

[EnumMember(Value = "Scroll")] Scroll = 4

Scroll mode shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.

[EnumMember(Value = "Wrap")] Wrap = 5

Wrap mode wraps the items to multiple lines when the Breadcrumb’s width exceeds the container space.