The C1ComboBoxItemCollection type exposes the following members.

Constructors

  NameDescription
Public methodC1ComboBoxItemCollection
Initializes a new instance of the C1ComboBoxItemCollection class..

Methods

  NameDescription
Public methodAdd
Adds a new C1ComboBoxItem to the end of the list.
Public methodClear
Removes all C1ComboBoxItems from the collection.
Public methodInsert
Inserts a C1ComboBoxItem at the specified position in the collection.
Public methodRemove
Removes the specified C1ComboBoxItem from the list.
Public methodRemoveAt
Removes the C1ComboBoxItem at the specified index from the list.

Properties

  NameDescription
Public propertyIsEmpty
Gets value that indicates if the collection is empty or not. If collection is empty than it will be skipped during the serialization process.
Public propertySelectedIndices
Gets or sets the selected indices of C1ComboBox.

See Also