ComponentOne Input Library for WPF
C1.WPF.Input Namespace / ComboBoxItemsCollection Class
Members

In This Topic
    ComboBoxItemsCollection Class
    In This Topic
    The collection of C1ComboBoxItem
    Object Model
    ComboBoxItemsCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class ComboBoxItemsCollection 
       Inherits C1.DataCollection.C1DataCollectionList(Of C1ComboBoxItem)
    [DefaultMember("Item")]
    public class ComboBoxItemsCollection : C1.DataCollection.C1DataCollectionList<C1ComboBoxItem> 
    Inheritance Hierarchy

    System.Object
       C1.DataCollection.C1DataCollectionList<T>
          C1.WPF.Input.ComboBoxItemsCollection

    See Also