ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum BreadcrumbOverflowMode

    Show / Hide Table of Contents

    Enum BreadcrumbOverflowMode

    Defines the Breadcrumb overflow modes.

    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public enum BreadcrumbOverflowMode

    Fields

    Name Description
    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.

    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.

    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.

    None

    None mode shows all the items in a single line.

    Scroll

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

    Wrap

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

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved