Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- AJAXPostedFile Object
- AJAXUploader Object
- Calendar Object
- Callback Object
- ColorPicker Object
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItem Object
- click Method
- getDisabled Method
- getIndex Method
- getItemId Method
- getLevel Method
- getNavigateUrl Method
- getNavigator Method
- getNextSibling Method
- getParentGroup Method
- getPath Method
- getPrevSibling Method
- getSelected Method
- getSubGroup Method
- getTargetWindow Method
- getText Method
- getValue Method
- getVisible Method
- setDisabled Method
- setNavigateUrl Method
- setSelected Method
- setTargetWindow Method
- setText Method
- setValue Method
- setVisible Method
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
- Global Functions
- Event Handlers
- EO.WebEngine
- EO.Web
NavigationItem Objects |
The client side representation of a NavigationItem object.
Methods
Name | Description | |
---|---|---|
click | Simulates item click. | |
getDisabled | Gets a value indicating whether this item is in disabled state. | |
getIndex | Gets the zero based index of this item. | |
getItemId | Gets the id of the item. | |
getLevel | Gets the level of the item. | |
getNavigateUrl | Returns the value of the NavigateUrl property. | |
getNavigator | Gets the BaseNavigator object that owns this item. | |
getNextSibling | Returns the previous sibling item of this item. | |
getParentGroup | Gets the NavigationItemGroup object that owns this item. | |
getPath | Gets this item's item ID path. | |
getPrevSibling | Returns the next sibling item of this item. | |
getSelected | Gets a value indicating whehter the item is in Selected state. | |
getSubGroup | Gets the sub item group. | |
getTargetWindow | Returns the value of the TargetWindow property. | |
getText | Gets the item's text. | |
getValue | Gets a string value associated with this menu item. | |
getVisible | Gets a value indicating whether this item is visible. | |
setDisabled | Sets the value indicating whether the item is in disabled state. | |
setNavigateUrl | Sets the navigate url for the item. | |
setSelected | Set the Selected state of this item. | |
setTargetWindow | Sets the TargetWindow property. | |
setText | Sets the item's text. | |
setValue | Sets the string value associated with this menu item. | |
setVisible | Sets the value indicating if an item is visible. |