Version

dropDownIsChild Property

indicates whether the dropdown container will be attached directly to the body of the document, or will be a first child of the table where the input box is contained indicates whether the dropdown container will be attached directly to the body of the document, or will be a first child of the table where the input box is contained
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_dropDownIsChild() : Boolean
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_dropDownIsChild();
See Also