The C1ComboBoxItemCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | C1ComboBoxItemCollection |
Initializes a new instance of the C1ComboBoxItemCollection class..
|
Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds a new C1ComboBoxItem to the end of the list.
|
![]() | Clear |
Removes all C1ComboBoxItems from the collection.
|
![]() | Insert |
Inserts a C1ComboBoxItem at the specified position in the collection.
|
![]() | Remove |
Removes the specified C1ComboBoxItem from the list.
|
![]() | RemoveAt |
Removes the C1ComboBoxItem at the specified index from the list.
|
Properties
Name | Description | |
---|---|---|
![]() | IsEmpty |
Gets value that indicates if the collection is empty or not.
If collection is empty than it will be skipped during the serialization process.
|
![]() | SelectedIndices |
Gets or sets the selected indices of C1ComboBox.
|