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

NavigationItem Members

NavigationItem overview

Public Instance Constructors

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

Public Instance Properties

AllowRoles Specifies a list of roles that are allowed to access this item.
CausesValidation Gets or sets a value indicating whether clicking this item will cause server side validation to be performed.
CustomItem Returns an ITemplate object that is used to define an embedded custom item on Aspx page for data binding.
CustomItemID Gets or sets the custom item ID.
CustomItemInstance Gets the embedded custom item instance associated with this navigation item.
DataItem Gets the data item that is bound to this item.
Disabled Gets or sets a boolean value indicating whether this item is disabled.
DisabledStyle Gets or sets the style to control item appearance when the item is in "Disabled" state.
Expanded Gets or sets a boolean indicating if the item is expanded.
ExpandedStyle Gets and sets the style to control an item's appearance when the item expands its children items.
Height TGets or sets the item height in pixel.
HoverStyle 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.
Index Gets the index of the item.
IsLookItem Gets a boolean value indicating if this item is used as a look item.
IsSeparator Gets or sets a boolean value indicating whether this item is a separator.
ItemID Gets or sets the ID for this item.
Level Gets the depth level of the item.
LookID Gets or sets the ID of the look item.
NavigateUrl Gets or sets the URL to navigate when the item is clicked.
NormalStyle Gets and sets the style of a item's appearance when the item is in "Normal" state.
OnClickScript Gets or sets the client side JavaScript code to be executed when this item is clicked.
PageViewID Gets or sets the ID of the PageView control to display when this item is selected.
ParentNavigationItem Returns an object representing the parent navigation item.
Path Gets or sets the string of delimited item IDs that form the path from the root item to the current item.
RaisesServerEvent Gets or sets a value indicating whether the server side event should be raised when this item is clicked.
Selected Gets or sets a boolean value indicating whether the item is in "Selected" state.
SelectedExpandedStyle Gets and sets the style to control an item's appearance when the item is in both "Selected" and "Expanded" state.
SelectedHoverStyle Gets and sets the style to control an item's appearance when the item is in both "Selected" and "Hover" state.
SelectedStyle Gets and sets the style to control an item's appearance when the item is in "Selected" state.
Shortcut Gets or sets the Shortcut structure that is used to define keyboard shortcut for an item.
Status Gets or sets the text string to be displayed at the browser's status bar when the mouse is positioned over the item.
TargetWindow Gets or sets the target window to display NavigateUrl.
ToolTip Gets or sets the tooltip string to be displayed when the mouse is positioned over the item.
Value Gets or sets the value of the item.
Visible Gets or sets a value indicating whether this item is visible.
Width 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 

See Also

NavigationItem Class | EO.Web Namespace | NavigationItemGroup | BaseNavigator


Direct link to this topic