BreadcrumbModel
Interface representing the Breadcrumb class.
Properties
activeItem String
Specifies the url/text of the active breadcrumb item.
Default:
""
cssClass String
Specifies CSS classes to customize the appearance of the control.
Default:
""
disabled Boolean
Specifies whether to enable or disable the breadcrumb.
Default: false
enableActiveItemNavigation Boolean
Specifies whether to enable or disable navigation on the active item.
Default: false
enableNavigation Boolean
Specifies whether to enable or disable the breadcrumb item's navigation.
Default: true
enableRtl Boolean
Specifies whether to render the control in right to left direction.
Default: false
enableState Boolean
Specifies whether to persist the state of the control between page loads.
Default: false
items BreadcrumbItemModel[]
Specifies the collection of breadcrumb items.
Default: []
itemTemplate String Function
Specifies the template for the breadcrumb item.
Default: null
locale String
Specifies the culture and localization value for this control, overriding the globally defined value.
Default: en-US
maxItems Number
Specifies the number of items to shown before the overflow behavior is applied.
Default: -1
overflowMode String BreadcrumbOverflowMode
Specifies the overflow mode of the breadcrumb items when it exceeds maxItems count.
Default: Menu
separatorTemplate String Function
Specifies the separator template that is placed in between each breadcrumb item.
Default: /
url String
Specifies the url based on which the breadcrumb items are generated from.
Default: ""
Events
beforeItemRender EmitType<BreadcrumbBeforeItemRenderEventArgs>
Event callback that is raised before each breadcrumb item is rendered.
created EmitType<CreatedEventArgs>
Event callback that is raised when the control has been created.
destroyed EmitType<Object>
Event callback that is raised when the control has been destroyed.
itemClick EmitType<BreadcrumbClickEventArgs>
Event callback that is raised when a breadcrumb item is clicked.