Version

DropDownItemCollection class Members

The following tables list the members exposed by DropDownItemCollection.

Public Constructors
Public Methods
 NameDescription
Public MethodaddAdds the specified DropDownItem via an AJAX callback.  
Public MethodcreateItemCreates an empty item that can be used in the add and insert methods.  
Public MethodgetItemReturns the DropDownItem at the specified index.  
Public MethodgetLengthReturns the number of the dropdown items in the collection, regardless of whether they are instantiated or not  
Public MethodinsertCreates an DropDownItem with the specified parameters an inserts the Item at the specified index. via an AJAX callback.  
Public MethodremoveRemoves the specified DropDownItem from the collection.  
See Also