menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BreadcrumbOverflowMode - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BreadcrumbOverflowMode

    Defines the Breadcrumb overflow modes.

    Inheritance
    System.Object
    BreadcrumbOverflowMode
    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
    Type
    BreadcrumbOverflowMode

    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
    Type
    BreadcrumbOverflowMode

    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
    Type
    BreadcrumbOverflowMode

    None

    None mode shows all the items in a single line.

    Declaration
    public const BreadcrumbOverflowMode None
    Field Value
    Type
    BreadcrumbOverflowMode

    Scroll

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

    Declaration
    public const BreadcrumbOverflowMode Scroll
    Field Value
    Type
    BreadcrumbOverflowMode

    Wrap

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

    Declaration
    public const BreadcrumbOverflowMode Wrap
    Field Value
    Type
    BreadcrumbOverflowMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved