Version

remove Method

Removes the specified DropDownItem from the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   dropDownItem : DropDownItem
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItemCollection.remove(DropDownItem);

Parameters

dropDownItem
The DropDownItem that should be removed.
See Also