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

NavigationItem Class

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:

To... Use...
Specify item text NavigationItem.Text.Html property
Specify item styles NormalStyle, HoverStyle, ExpandedStyle, SelectedStyle, SelectedHoverStyle, SelectedExpandedStyle, DisabledStyle properties
Navigate pages Use NavigateUrl property

Requirements

Namespace: EO.Web

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

See Also

NavigationItem Members | EO.Web Namespace | NavigationItemGroup | BaseNavigator


Direct link to this topic