menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class BreadcrumbItem

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    BreadcrumbItem
    Namespace: Syncfusion.EJ2.Navigations
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class BreadcrumbItem : EJTagHelper

    Constructors

    BreadcrumbItem()

    Declaration
    public BreadcrumbItem()

    Properties

    Disabled

    Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.

    Declaration
    public bool Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    IconCss

    Defines a class/multiple classes separated by a space for the item that is used to include an icon.

    Declaration
    public string IconCss { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Id

    Specifies the id of the Breadcrumb item.

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Overrides
    Syncfusion.EJ2.EJTagHelper.Id

    Text

    Specifies the text content of the Breadcrumb item.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Url

    Specifies the Url of the Breadcrumb item that will be activated when clicked.

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

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