[]
Adds the specified item to the end of the collection.
public int Add(DropDownItem value)
| Type | Name | Description |
|---|---|---|
| DropDownItem | value | The DropDownItem to be added to the end of the collection. |
| Type | Description |
|---|---|
| int | The zero-based index value of the DropDownItem added to the collection. |