Click or drag to resize
BreadcrumbItem Class
Class representing breadcrumbs item.
Inheritance Hierarchy

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public class BreadcrumbItem : NavigationItem

The BreadcrumbItem type exposes the following members.

Constructors
  NameDescription
Public methodBreadcrumbItem
Default constructor.
Top
Properties
  NameDescription
Public propertyCssClass
CSS class of the item.
(Inherited from NavigationItem.)
Public propertyIndex
Position of a tab.
Public propertyOnClientClick
The JavaScript executed on client click event.
(Inherited from NavigationItem.)
Public propertyRedirectUrl
The URL for redirection.
(Inherited from NavigationItem.)
Public propertyTarget
Target for hyperlink.
Public propertyText
Specifies the the caption of the item. Sample value: "Caption string" (Has higher priority than the resource string.)
(Inherited from NavigationItem.)
Public propertyTooltip
Specifies the the tooltip of the item (string.empty: empty, null: usually copies caption or custom string). (Has higher priority than the tooltip resource string.)
(Inherited from NavigationItem.)
Top
See Also