Apply to
Menu, SlideMenu, TabStrip
Overview
An EO.Web navigation control is made up of a hierarchy of navigation items
represented by NavigationItem object, which controls the item's
appearance and behavior.

Item
Menu and SlideMenu use MenuItem object, TabStrip uses TabItem object.
Both are inherited from BaseMenuItem object:
System.Object
EO.Web.NavigationItem
EO.Web.BaseMenuItem
EO.Web.MenuItem
EO.Web.TabItem
BaseMenuItem object controls the styles and behavior of the item region. You
can configure an item to be one of the following kinds:
-
A normal item with LeftIcon, Text and RightIcon - OR -
-
A custom item with LeftIcon, several ASP.NET web controls and RightIcon - OR -
-
An all-image item
In addition, you can configure different styles for an item in different
states:
-
NormalStyle - The style when item in normal state
-
HoverStyle - The style when mouse is positioned over the item
-
ExpandedStyle - The style when item's sub menu is expanded.
-
SelectedStyle - The style when item's Selected property is true
-
SelectedExpandedStyle - The style when item's Selected property is true and sub
menu is expanded.
-
SelectedHoverStyle - The style when item's Selected property is true and mouse
is positioned over the item.
-
DisabledStyle - The style when item's Disabled property is true
Please refer to
Item
Styles in
Styles and Appearance section for details.
Navigation Item Group
Each item contains child items displayed as a navigation group when the item is
expanded. A navigation group is represented by NavigationItemGroup object.
You can specify properties that apply to the entire group, for example, group
expanding direction, effects and orientation.
Menu and SlideMenu use MenuGruop object, TabStrip uses TabItemGroup
object.
System.Object
EO.Web.NavigationItemGroup
EO.Web.BaseMenuItemGroup
EO.Web.MenuGroup
EO.Web.TabItemGroup
For more details on navigation group, please refer to
Navigation Group.
For how to set the appearance for a navigation group, please refer to
Group Appearance Settings.
For how to use databinding on a navigation group, please refer to
Data Binding for details.