The C1ComboBoxItemCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new C1ComboBoxItem to the end of the list.
Public methodClear
Removes all C1ComboBoxItems from the collection.
Public methodFilter
Filter Items collection.
Public methodGetVisibleItems
Gets visible C1ComboBoxItems.
Public methodIndexOf
Gets the index of given C1ComboBoxItem.
Public methodInsert
Inserts a C1ComboBoxItem at the specified position in the collection.
Public methodRemove
Removes the specified C1ComboBoxItem from the list. C1ComboBoxItem to remove.
Public methodRemoveAt
Removes the C1ComboBoxItem at the specified index from the list.

Properties

  NameDescription
Public propertyCount
Gets count of C1ComboBoxItems.
Public propertyItem
Gets C1ComboBoxItem by index.
Public propertyListFiltered
Gets a Boolean value indicating whether C1ComboBoxItemCollection has been filtered.
Public propertySelectedIndices
Gets or sets the selected indices of C1ComboBox.

See Also