Add()
|
none
|
Adds a new item to the collection and returns the newly created item object.
|
Add(ListEditItem)
|
item
|
Adds the specified item to the collection
|
Add(String, Object, String)
|
text, value, imageUrl
|
Adds a new item to the collection and specifies the item’s display text, image, and associated value.
|
Add(String, Object)
|
text, value
|
Adds a new item to the collection and specifies the item’s display text and associated value.
|
Add(String)
|
text
|
Adds a new item to the collection and specifies the item’s display text.
|