ComponentOne ListView for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemCollection Class

In This Topic
    C1ComboBoxItemCollection Class Methods
    In This Topic

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

    Public Methods
     NameDescription
    Public MethodAdds a new C1ComboBoxItem to the end of the list.  
    Public MethodRemoves all C1ComboBoxItems from the collection.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public MethodInserts a C1ComboBoxItem at the specified position in the collection.  
    Public MethodRemoves the specified C1ComboBoxItem from the list.  
    Public MethodRemoves the C1ComboBoxItem at the specified index from the list.  
    Top
    See Also