BootstrapListEditItemCollection.Add Method
Name | Parameters | Description |
---|---|---|
Add() | none | Adds a new item to the collection and returns the newly created item object. |
Add(BootstrapListEditItem) | item | Adds the specified item to the collection |
Add(String, Object, String) | text, value, iconCssClass | 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. |