Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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