Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
      • EO.Base
      • EO.Base.UI
      • EO.Extensions
      • EO.Pdf
      • EO.Pdf.Acm
      • EO.Pdf.Contents
      • EO.Pdf.Drawing
      • EO.Pdf.Mvc
      • EO.Web
        • EO.Web
        • Classes
          • AJAXPostedFile Class
          • AJAXPostedFileList Class
          • AJAXUploader Class
          • AJAXUploaderProgressDialog Class
          • ASPXToPDF Class
          • BaseMenuItem Class
          • BaseMenuItemGroup Class
          • BaseNavigator Class
          • BorderImages Class
          • ButtonColumn Class
          • Calendar Class
          • CalendarDay Class
          • Callback Class
          • CallbackEventArgs Class
          • CallbackPanel Class
          • CallbackTrigger Class
          • CallbackTriggerCollection Class
          • Captcha Class
          • CheckBoxColumn Class
          • ClientTemplate Class
          • ColorPicker Class
          • ComboBox Class
          • Consts Class
          • ContextMenu Class
          • Control Class
          • ControlFrame Class
          • CustomColumn Class
          • CustomItem Class
          • DataBinding Class
          • DataBindingCollection Class
          • DataBoundControl Class
          • DateCollection Class
          • DatePicker Class
          • DateTimeColumn Class
          • DayRenderEventArgs Class
          • DefaultClientTemplateAttribute Class
          • DeleteCommandColumn Class
          • DesignOptions Class
          • Dialog Class
          • Downloader Class
          • DownloadEventArgs Class
          • DynamicDownloadContent Class
          • EditableLabel Class
          • EditCommandColumn Class
          • Editor Class
          • EditorDialogContent Class
          • EditorDialogContentCollection Class
          • EditorDialogTemplate Class
          • EditorDialogTemplateCollection Class
          • EditorStyle Class
          • EditorStyleCollection Class
          • EditorTabButtonStyles Class
          • Effect Class
          • ElementPaddings Class
          • ElementStyle Class
          • Emoticon Class
          • FileExplorer Class
          • FileExplorerEventArgs Class
          • FileExplorerHolder Class
          • Floater Class
          • Flyout Class
          • FontInfo Class
          • Grid Class
          • GridCell Class
          • GridCellCollection Class
          • GridColumn Class
          • GridColumnCollection Class
          • GridColumnEventArgs Class
          • GridCommandEventArgs Class
          • GridItem Class
          • GridItemCollection Class
          • GridItemEventArgs Class
          • GridItemStyleSet Class
          • GridItemStyleSetCollection Class
          • ImageButtonInfo Class
          • ImageInfo Class
          • ImageZoom Class
          • InlineStyle Class
          • ListBox Class
          • ListBoxItem Class
          • ListBoxItemCollection Class
          • ListBoxItemContainer Class
          • ListItemEventArgs Class
          • LookItemCollection Class
          • MaskedEdit Class
          • MaskedEditColumn Class
          • MaskedEditSegment Class
          • MaskedEditSegmentCollection Class
          • MaskedEditValidator Class
          • Menu Class
          • MenuGroup Class
          • MenuItem Class
          • MenuItemCollection Class
          • MenuItemImages Class
          • MenuLookItemCollection Class
          • MsgBox Class
          • MsgBoxButton Class
          • MultiPage Class
          • MultiPageEventArgs Class
          • NavigationItem Class
          • NavigationItemCollection Class
          • NavigationItemEventArgs Class
          • NavigationItemGroup Class
          • NavigationItemImages Class
          • NavigationItemText Class
          • PageContextMenu Class
          • PageView Class
          • PageViewCollection Class
          • PathMapping Class
          • PathMappingCollection Class
          • PopupCalendar Class
          • ProgressBar Class
          • ProgressTaskEventArgs Class
          • RangeSlider Class
          • Rating Class
          • RowNumberColumn Class
          • Runtime Class
          • ScriptEvent Class
          • ScriptManager Class
          • Slide Class
          • SlideItem Class
          • SlideItemCollection Class
          • SlideItemEventArgs Class
          • SlideMenu Class
          • Slider Class
          • SliderBase Class
          • SliderLabel Class
          • SliderLabelCollection Class
          • SpecialLookIDs Class
          • SpellChecker Class
          • SpellCheckerDialog Class
          • SpellCheckerEventArgs Class
          • Splitter Class
          • SplitterPane Class
          • StaticColumn Class
          • TabItem Class
          • TabItemCollection Class
          • TabItemGroup Class
          • TabLookItemCollection Class
          • TabStrip Class
          • TemplatedPopup Class
          • TextBoxColumn Class
          • ToolBar Class
          • ToolBarEventArgs Class
          • ToolBarItem Class
          • ToolBarItemCollection Class
          • ToolTip Class
          • TreeLookNodeCollection Class
          • TreeNode Class
          • TreeNodeCheckStateChangedEventArgs Class
          • TreeNodeCollection Class
          • TreeNodeGroup Class
          • TreeNodeMovedEventArgs Class
          • TreeNodeRenameEventArgs Class
          • TreeView Class
          • TreeViewCheckBoxImages Class
          • TreeViewLineImages Class
          • TreeViewMargin Class
          • WebControl Class
          • WebControlBase Class
        • Structures
        • Enumerations
        • Delegates
      • EO.WebBrowser
      • EO.WebBrowser.DOM
      • EO.WebEngine
      • EO.WinForm
      • EO.Wpf
      • EO.Wpf.Gauge
      • EO.Wpf.Gauge.Shapes
      • EO.Wpf.Primitives
      • EO.Wpf.Themes.Aero
      • EO.Wpf.Themes.Classic
      • EO.Wpf.Themes.Luna
      • EO.Wpf.Themes.Metro
      • EO.Wpf.Themes.Royale
    • JavaScript API Reference
MenuItem Members

The MenuItem class exposes the following members.

Constructors
Name Description
MenuItem(string); Create an instance of MenuItem.
MenuItem(); Create an instance of MenuItem.
Properties
Name Description
AllowRoles (inherited from NavigationItem) Specifies a list of roles that are allowed to access this item.
CausesValidation (inherited from NavigationItem) Gets or sets a value indicating whether clicking this item will cause server side validation to be performed.
Checked (inherited from BaseMenuItem) Gets or sets or value indicating whether the item is checked.
CustomItem (inherited from NavigationItem) Returns an ITemplate object that is used to define an embedded custom item on Aspx page for data binding.
CustomItemID (inherited from NavigationItem) Gets or sets the custom item ID.
CustomItemInstance (inherited from NavigationItem) Gets the embedded custom item instance associated with this navigation item.
DataItem (inherited from NavigationItem) Gets the data item that is bound to this item.
Disabled (inherited from NavigationItem) Gets or sets a boolean value indicating whether this item is disabled.
DisabledStyle (inherited from NavigationItem) Gets or sets the style to control item appearance when the item is in "Disabled" state.
Expanded (inherited from NavigationItem) Gets or sets a boolean indicating if the item is expanded.
ExpandedStyle (inherited from NavigationItem) Gets and sets the style to control an item's appearance when the item expands its children items.
Height (inherited from NavigationItem) TGets or sets the item height in pixel.
HoverStyle (inherited from NavigationItem) Gets and sets the style to control an item's appearance when the item is in "Hover" state, that is, when mouse is over the item.
Image (inherited from BaseMenuItem) Specifies a collection of images that are used to display in an item for different states and how the images are displayed in the item.
Index (inherited from NavigationItem) Gets the index of the item.
IsLookItem (inherited from NavigationItem) Gets a boolean value indicating if this item is used as a look item.
IsSeparator (inherited from NavigationItem) Gets or sets a boolean value indicating whether this item is a separator.
ItemID (inherited from NavigationItem) Gets or sets the ID for this item.
LeftIcon (inherited from BaseMenuItem) Gets or sets a collection of left icon image URLs displayed in an item for different states.
Level (inherited from NavigationItem) Gets the depth level of the item.
LookID (inherited from NavigationItem) Gets or sets the ID of the look item.
NavigateUrl (inherited from NavigationItem) Gets or sets the URL to navigate when the item is clicked.
NormalStyle (inherited from NavigationItem) Gets and sets the style of a item's appearance when the item is in "Normal" state.
OnClickScript (inherited from NavigationItem) Gets or sets the client side JavaScript code to be executed when this item is clicked.
PageViewID (inherited from NavigationItem) Gets or sets the ID of the PageView control to display when this item is selected.
ParentItem Gets the parent MenuItem.
ParentNavigationItem (inherited from NavigationItem) Returns an object representing the parent navigation item.
Path (inherited from NavigationItem) Gets or sets the string of delimited item IDs that form the path from the root item to the current item.
RaisesServerEvent (inherited from NavigationItem) Gets or sets a value indicating whether the server side event should be raised when this item is clicked.
RightIcon (inherited from BaseMenuItem) Gets or sets a collection of right icon image URLs displayed in an item for different states.
Selected (inherited from NavigationItem) Gets or sets a boolean value indicating whether the item is in "Selected" state.
SelectedExpandedStyle (inherited from NavigationItem) Gets and sets the style to control an item's appearance when the item is in both "Selected" and "Expanded" state.
SelectedHoverStyle (inherited from NavigationItem) Gets and sets the style to control an item's appearance when the item is in both "Selected" and "Hover" state.
SelectedStyle (inherited from NavigationItem) Gets and sets the style to control an item's appearance when the item is in "Selected" state.
Shortcut (inherited from NavigationItem) Gets or sets the Shortcut structure that is used to define keyboard shortcut for an item.
Status (inherited from NavigationItem) Gets or sets the text string to be displayed at the browser's status bar when the mouse is positioned over the item.
SubItems Returns a collection of child items.
SubMenu Gets the submenu of this menu item.
SubMenuIcon Specified which icon (left icon, right icon or none) should be used to indicate this item has submenu.
TargetWindow (inherited from NavigationItem) Gets or sets the target window to display NavigateUrl.
Text (inherited from BaseMenuItem) Gets the object that controls the text of an item in a navigation control.
ToolTip (inherited from NavigationItem) Gets or sets the tooltip string to be displayed when the mouse is positioned over the item.
Value (inherited from NavigationItem) Gets or sets the value of the item.
Visible (inherited from NavigationItem) Gets or sets a value indicating whether this item is visible.
Width (inherited from NavigationItem) Gets or sets the item width in pixel.
Methods
Name Description
Equals (inherited from Object) 
Finalize (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
MemberwiseClone (inherited from Object) 
ResetClientState (inherited from NavigationItem) 
ToString (inherited from Object) 
See Also