Kendo.Mvc.UI.Fluent.BreadcrumbItemBuilder
Defines the fluent API for configuring BreadcrumbItem
Methods
Href(System.String)
Defines the navigation link's url of the item (rendered if navigation is true).
Parameters
value System.String
The value for Href
Text(System.String)
Defines the text of the item.
Parameters
value System.String
The value for Text
Icon(System.String)
Defines the icon to be rendered.
Parameters
value System.String
The value for Icon
ItemClass(System.String)
Defines the item classes (the li element).
Parameters
value System.String
The value for ItemClass
LinkClass(System.String)
Defines the link classes (the a element).
Parameters
value System.String
The value for LinkClass
IconClass(System.String)
Defines the icon classes (the span element).
Parameters
value System.String
The value for IconClass
ShowIcon(System.Boolean)
Defines whether to show the icon. Default value is true for rootItem and false for item.
Parameters
value System.Boolean
The value for ShowIcon
ShowText(System.Boolean)
Defines whether to show the text. Default value is false for rootItem and true for item.
Parameters
value System.Boolean
The value for ShowText
Type(Kendo.Mvc.UI.BreadcrumbItemType)
The item type.
Parameters
value Kendo.Mvc.UI.BreadcrumbItemType
The value for Type