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 Properties
    In This Topic

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

    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
    See Also