ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxItemCollection Class
Properties Methods Events

In This Topic
    C1ComboBoxItemCollection Class Members
    In This Topic

    The following tables list the members exposed by C1ComboBoxItemCollection.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1ComboBoxItemCollection class..  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem>)
    Public PropertyGets value that indicates if the collection is empty or not. If collection is empty than it will be skipped during the serialization process.  
    Public Property (Inherited from System.Collections.ObjectModel.Collection<TItem>)
    Public PropertyGets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem>)
    Public PropertyGets or sets the selected indices of C1ComboBox.  
    Top
    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
    Public Events
    See Also