Class BreadcrumbOverflowMode
Defines the Breadcrumb overflow modes.
Inheritance
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class BreadcrumbOverflowMode : Enum
Fields
Collapsed
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.
Declaration
public const BreadcrumbOverflowMode Collapsed
Field Value
Hidden
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.
Declaration
public const BreadcrumbOverflowMode Hidden
Field Value
Menu
Menu mode shows the number of Breadcrumb items that can be accommodated within the container space and creates a submenu with the remaining items.
Declaration
public const BreadcrumbOverflowMode Menu
Field Value
None
None mode shows all the items in a single line.
Declaration
public const BreadcrumbOverflowMode None
Field Value
Scroll
Scroll mode shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
Declaration
public const BreadcrumbOverflowMode Scroll
Field Value
Wrap
Wrap mode wraps the items to multiple lines when the Breadcrumb’s width exceeds the container space.
Declaration
public const BreadcrumbOverflowMode Wrap