ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemCollection Class
Members

In This Topic
    C1ComboBoxItemCollection Class
    In This Topic
    Represents a collection of C1ComboBoxItem objects.
    Object Model
    C1ComboBoxItemCollection Class
    Syntax
    'Declaration
     
    Public Class C1ComboBoxItemCollection 
       Inherits C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection(Of C1ComboBox,C1ComboBoxItem)
    public class C1ComboBoxItemCollection : C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
             C1.Web.Wijmo.Controls.C1ComboBox.C1ComboBoxItemCollection

    See Also