Version

childItem Property

Get the child item at the index specified. If enabled is set the children collection will be traveresed for the nearest enabled item (excluding the separator items), if the item at specified index is not enabled.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_childItem() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDataMenuItem.get_childItem();

Return Value

Returns the child item at the index specified if it exists.
See Also