Table of Contents

Class BreadcrumbItem

Namespace
Syncfusion.EJ2.Navigations
Assembly
Syncfusion.EJ2.dll
[HtmlTargetElement("e-breadcrumb-item", ParentTag = "e-breadcrumb-items")]
[RestrictChildren("e-content-template", new string[] { })]
public class BreadcrumbItem : EJTagHelper, ITagHelper, ITagHelperComponent
Inheritance
BreadcrumbItem
Implements
Inherited Members

Constructors

BreadcrumbItem()

public BreadcrumbItem()

Properties

Disabled

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

[HtmlAttributeName("disabled")]
public bool Disabled { get; set; }

Property Value

bool

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.

[HtmlAttributeName("iconCss")]
public string IconCss { get; set; }

Property Value

string

The default value is null

Id

Specifies the id of the Breadcrumb item.

[HtmlAttributeName("id")]
public override string Id { get; set; }

Property Value

string

The default value is ""

IsChild

protected override bool IsChild { get; }

Property Value

bool

Text

Specifies the text content of the Breadcrumb item.

[HtmlAttributeName("text")]
public string Text { get; set; }

Property Value

string

The default value is ""

Url

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

[HtmlAttributeName("url")]
public string Url { get; set; }

Property Value

string

The default value is ""