ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BreadcrumbItem

    Show / Hide Table of Contents

    Class BreadcrumbItem

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    BreadcrumbItem
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    [HtmlAttributeName("disabled")]
    public bool Disabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IconCss

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

    Declaration
    [HtmlAttributeName("iconCss")]
    public string IconCss { get; set; }
    Property Value
    Type Description
    System.String

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    Text

    Specifies the text content of the Breadcrumb item.

    Declaration
    [HtmlAttributeName("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Url

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

    Declaration
    [HtmlAttributeName("url")]
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved