Version

items Property

The collection of DropDownItem in the WebDropDown.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_items() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.get_items();

Return Value

A collection of DropDown Items
See Also