C1.WPF.Input Namespace / ComboBoxItemsCollection Class
Members

ComboBoxItemsCollection Class
The collection of C1ComboBoxItem
Object Model
ComboBoxItemsCollection Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class ComboBoxItemsCollection 
   Inherits C1.DataCollection.C1DataCollectionList(Of C1ComboBoxItem)
 
Inheritance Hierarchy

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

See Also