The following tables list the members exposed by ExplorerBarItem.
Name | Description | |
---|---|---|
ExplorerBarItem Constructor |
Name | Description | |
---|---|---|
activeCssClass | Get the active CSS class applied to this item. | |
anchorElement | Get a reference to the Anchor Html Element associated with this item. | |
childItem | Get the child item at the specified index. | |
childrenCount | Get the number of children. | |
cssClass | Get the CSS class applied to this item. | |
disabledCssClass | Get the disabled CSS class applied to this item. | |
element | Get the DOM Element associated with this item. | |
enabled | Get whether the item is enabled. | |
expanded | Get whether the item is expanded. | |
hoverCssClass | Get the hover CSS class applied to this item. | |
navigateUrl | Get the url associated with the item. When the item is clicked, the Url will be activated. | |
nextItem | Get the next sibling item of this item. If this is the last item in the collection, null is returned. | |
parentItem | Get the parend item of this item. If this item is at the top of the item hierarchy, null is returned. | |
previousItem | Get the previous sibling item of this item. If this is the first item in the collection, null is returned. | |
selected | Get whether the item is selected. | |
selectedCssClass | Get the selected CSS class applied to this item. | |
target | Get the target frame associated with the item. The target is used in conjunction with the NavigateUrl property. The target identifies the Frame or IFrame within the page that has the same corresponding Name attribute as the Target property. | |
text | Gets the text content of an item within the explorer bar. | |
textElement | Gets a reference to the Html Element that contains the text of the item. | |
value | Get the value of an ExplorerBarItem. | |
visible | Get whether the item is visible or not. |
Name | Description | |
---|---|---|
getItems | Get the collection that contains children of the current item. | |
getSiblings | Get the collection that contains the current item. | |
hasChildren | Get whether the item has children. | |
toggle | Changes the Expanded state of the item to the opposite value from what it is currently. If the item is expanded, then it will be collapsed. If the item is collapsed, it will be expanded. |