Click or drag to resize
NavigationItem Class
Base class for navigation items. (Tab items, menu items etc.)
Inheritance Hierarchy
SystemObject
  CMS.Base.Web.UINavigationItem
    More...

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class NavigationItem

The NavigationItem type exposes the following members.

Constructors
  NameDescription
Public methodNavigationItem
Top
Properties
  NameDescription
Public propertyCssClass
CSS class of the item.
Public propertyOnClientClick
The JavaScript executed on client click event.
Public propertyRedirectUrl
The URL for redirection.
Public propertyText
Specifies the the caption of the item. Sample value: "Caption string" (Has higher priority than the resource string.)
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.)
Top
See Also
Inheritance Hierarchy