Version

createItem Method

Creates an empty item that can be used in the add and insert methods.
Syntax
ASP.NET Ajax Javascript (Specification) 
function createItem() : DropDownItem;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDropDownItemCollection.createItem();

Return Value

a newly created DropDownItem object, which does not belong to any collection
See Also