C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ComboBox Namespace : C1ComboBoxItemCollection Class |
The following tables list the members exposed by C1ComboBoxItemCollection.
Name | Description | |
---|---|---|
![]() | C1ComboBoxItemCollection Constructor | Initializes a new instance of the C1ComboBoxItemCollection class.. |
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. |
![]() | Item | (Inherited from System.Collections.ObjectModel.Collection<C1ComboBoxItem>) |
![]() | SelectedIndices | Gets or sets the selected indices of C1ComboBox. |
Name | Description | |
---|---|---|
![]() | Add | Adds a new C1ComboBoxItem to the end of the list. |
![]() | Clear | Removes all C1ComboBoxItems from the collection. |
![]() | Contains | (Inherited from System.Collections.ObjectModel.Collection<C1ComboBoxItem>) |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<C1ComboBoxItem>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<C1ComboBoxItem>) |
![]() | 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. |