NavigationItem Class |
Namespace: CMS.Base.Web.UI
public class NavigationItem
The NavigationItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | NavigationItem |
Name | Description | |
---|---|---|
![]() | CssClass |
CSS class of the item.
|
![]() | OnClientClick |
The JavaScript executed on client click event.
|
![]() | RedirectUrl |
The URL for redirection.
|
![]() | Text |
Specifies the the caption of the item.
Sample value: "Caption string"
(Has higher priority than the resource string.)
|
![]() | 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.)
|