Name | Description | |
---|---|---|
C1ComboBoxItemCollection Constructor | Initializes a new instance of the 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 | |
---|---|---|
Count | Gets the number of elements actually contained in the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem>) | |
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<TItem>) | |
Owner | Gets the owner of the collection. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,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<TItem>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) | |
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. |
Name | Description | |
---|---|---|
Cleared | Fires after the item is cleared. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem>) | |
ItemAdded | Fires after the item is added. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem>) | |
ItemRemoved | Fires after the item is removed.. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem>) | |
ItemReplaced | Fires after the item is replaced. (Inherited from C1.Web.Wijmo.Controls.Base.Collections.C1ObservableItemCollection<C1ComboBox,C1ComboBoxItem>) |