Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItemCollection Class

NavigationItemCollection class is a collection of NavigationItem objects.

For a list of all members of this type, see NavigationItemCollection Members.

System.Object
   EO.Web.NavigationItemCollection
      EO.Web.MenuItemCollection
      EO.Web.TabItemCollection
      EO.Web.TreeNodeCollection

[Visual Basic]
MustInherit Public Class NavigationItemCollection
[C#]
public abstract class NavigationItemCollection : IList, ICollection, IEnumerable

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

You can programmatically manage a NavigationItemCollection object by adding and removing NavigationItem.

Requirements

Namespace: EO.Web

Assembly: EO.Web (in EO.Web.dll)

See Also

NavigationItemCollection Members | EO.Web Namespace


Direct link to this topic