Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Editors Namespace / ComboBoxItemList Class


In This Topic
    ComboBoxItemList Class Methods
    In This Topic

    For a list of all members of this type, see ComboBoxItemList members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a ComboBoxItem to the list.  
    Public MethodAdds the specified values to the end of the list.  
    Public MethodRemoves all items from the list.  
    Public MethodOverloaded. Retrieves a boolean value indicating if the item exists in the list.  
    Public MethodCopies the items of the list to an array, starting at a particular array index.  
    Public MethodReturns an enumerator that can iterate through the list.  
    Public MethodSearches for the specified ComboBoxItem in the list and returns the zero-based index of the first occurrence.  
    Public MethodInserts a ComboBoxItem into the list at the specified index.  
    Public MethodRemoves the first occurrence of item from the list.  
    Public MethodRemoves the item at the specified index.  
    Top
    See Also