[]
Represents a collection of RenderInputComboBoxItem objects.
public class RenderInputComboBoxItemCollection : CollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
RenderInputComboBoxItemCollection() |
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
Name | Description |
---|---|
Add(RenderInputComboBoxItem) | Adds a RenderInputComboBoxItem to the current collection. |
Add(string) | Creates a new RenderInputComboBoxItem, initializing its Text with the passed string, and adds it to the current collection. |
IndexOf(RenderInputComboBoxItem) | Returns the index of a RenderInputComboBoxItem in the current collection. |
Insert(int, RenderInputComboBoxItem) | Inserts a RenderInputComboBoxItem into the current collection. |
Remove(RenderInputComboBoxItem) | Removes a RenderInputComboBoxItem from the current collection. |