ValueList Class Methods
For a list of all members of this type, see ValueList members.
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. Create and add a new ValueListItem object to the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DisplayText. | |
Clear | Remove all ValueListItems from the ValueList. | |
CopyTo | Copies the elements of the collection to an Array, starting at a particular Array index. | |
GetEnumerator | Returns an enumerator that can iterate through the Collection. | |
Insert | Overloaded. Create and insert a new ValueListItem object into the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DisplayText. | |
Remove | Overloaded. Remove the ValueListItem with the specified DisplayText from the ValueList. |
See Also