Kendo.Mvc.UI.Fluent.BreadcrumbItemBuilder
Defines the fluent API for configuring the BreadcrumbItem settings.
Methods
Href(System.String)
Defines the navigation link's url of the item (rendered if navigation is true).
Parameters
value System.String
The value that configures the href.
Text(System.String)
Defines the text of the item.
Parameters
value System.String
The value that configures the text.
Icon(System.String)
Defines the icon to be rendered.
Parameters
value System.String
The value that configures the icon.
ItemClass(System.String)
Defines the item classes (the li element).
Parameters
value System.String
The value that configures the itemclass.
LinkClass(System.String)
Defines the link classes (the a element).
Parameters
value System.String
The value that configures the linkclass.
IconClass(System.String)
Defines the icon classes (the span element).
Parameters
value System.String
The value that configures the 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 that configures the 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 that configures the showtext.
Type(Kendo.Mvc.UI.BreadcrumbItemType)
The item type.
Parameters
value Kendo.Mvc.UI.BreadcrumbItemType
The value that configures the type.