Class BreadcrumbItem
Inherited Members
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 | 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
[HtmlAttributeName("iconCss")]
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Text
Specifies the text content of the Breadcrumb item.
Declaration
[HtmlAttributeName("text")]
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
[HtmlAttributeName("url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |