The following tables list the members exposed by DropDownItemCollection.
Name | Description | |
---|---|---|
DropDownItemCollection Constructor |
Name | Description | |
---|---|---|
add | Adds the specified DropDownItem via an AJAX callback. | |
createItem | Creates an empty item that can be used in the add and insert methods. | |
getItem | Returns the DropDownItem at the specified index. | |
getLength | Returns the number of the dropdown items in the collection, regardless of whether they are instantiated or not | |
insert | Creates an DropDownItem with the specified parameters an inserts the Item at the specified index. via an AJAX callback. | |
remove | Removes the specified DropDownItem from the collection. |