Version

parentItem Property

Get the parend item of this item. If this item is at the top of the item hierarchy, null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_parentItem() : ExplorerBarItem
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfExplorerBarItem.get_parentItem();
See Also