| Member | Description |
|---|---|
Constructor |
Constructor |
Add |
Adds a new item to the list public DropDownListItem Add( string itemText, object itemValue ); |
Clear |
Clears all items from the list public void Clear(); |
Count |
Item count |
Item |
|
SelectedItemIndex |
Index of the currently selected item |