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

MenuItem Members

MenuItem overview

Public Instance Constructors

MenuItem Overloaded. Initializes a new instance of the MenuItem class.

Public Instance Properties

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.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
ResetClientState (inherited from NavigationItem) 

See Also

MenuItem Class | EO.Web Namespace | MenuGroup | Menu


Direct link to this topic