BreadcrumbItem Class |
Namespace: CMS.UIControls
public class BreadcrumbItem : NavigationItem
The BreadcrumbItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | BreadcrumbItem |
Default constructor.
|
Name | Description | |
---|---|---|
![]() | CssClass |
CSS class of the item.
(Inherited from NavigationItem.) |
![]() | Index |
Position of a tab.
|
![]() | OnClientClick |
The JavaScript executed on client click event.
(Inherited from NavigationItem.) |
![]() | RedirectUrl |
The URL for redirection.
(Inherited from NavigationItem.) |
![]() | Target |
Target for hyperlink.
|
![]() | Text |
Specifies the the caption of the item.
Sample value: "Caption string"
(Has higher priority than the resource string.)
(Inherited from NavigationItem.) |
![]() | Tooltip |
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.) |