Version

selected Property

Returns whether the dropdown item is selected or not value indicating whether the item is selected or not
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selected() : Boolean
function set_selected(value : Boolean)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItem.get_selected();
See Also