Represents a NavigationItem in a BaseNavigator.
For a list of all members of this type, see NavigationItem Members.
System.Object
EO.Web.NavigationItem
EO.Web.BaseMenuItem
EO.Web.TreeNode
[Visual Basic]
MustInherit Public Class NavigationItem
[C#]
public abstract class NavigationItem
Thread Safety
Public static (Shared in Visual Basic) members of this type are
safe for multithreaded operations. Instance members are not guaranteed to be
thread-safe.
Remarks
A BaseNavigator control is made up of a hierarchy of items represented by NavigationItem objects. A group of NavigationItem that have the same parent item forms a NavigationItemGroup and is represented by NavigationItemGroup object.
To customized an item's appearance and contents:
Requirements
Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
NavigationItem Members | EO.Web Namespace | NavigationItemGroup | BaseNavigator