The C1ComboBoxItemCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new C1ComboBoxItem to the end of the list.
|
![]() | Clear |
Removes all C1ComboBoxItems from the collection.
|
![]() | Filter |
Filter Items collection.
|
![]() | GetVisibleItems |
Gets visible C1ComboBoxItems.
|
![]() | IndexOf |
Gets the index of given C1ComboBoxItem.
|
![]() | Insert |
Inserts a C1ComboBoxItem at the specified position in the collection.
|
![]() | Remove |
Removes the specified C1ComboBoxItem from the list.
C1ComboBoxItem to remove. |
![]() | RemoveAt |
Removes the C1ComboBoxItem at the specified index from the list.
|