Version

text Property

Returns/sets the text of the DropDownItem. text of the dropdown item
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_text() : String
function set_text(value : String)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItem.get_text();
See Also