Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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.