Version

disabled Property

Marks the DropDownItem as disabled boolean value indicating if the item is disabled or not
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_disabled() : Boolean
function set_disabled(value : Boolean)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItem.get_disabled();
See Also