Kendo.Mvc.UI.BreadcrumbItem
Defines the fluent API for configuring the BreadcrumbItem settings.
Properties
Href
Defines the navigation link's url of the item (rendered if navigation is true).
Text
Defines the text of the item.
Icon
Defines the icon to be rendered.
ItemClass
Defines the item classes (the li element).
LinkClass
Defines the link classes (the a element).
IconClass
Defines the icon classes (the span element).
ShowIcon
Defines whether to show the icon. Default value is true for rootItem and false for item.
ShowText
Defines whether to show the text. Default value is false for rootItem and true for item.
Type
The item type.
Methods
Serialize(System.Collections.Generic.IDictionary<System.String,System.Object>)
Serialize current instance to Dictionary