[]
        
(Showing Draft Content)

C1.WPF.Input.ComboBoxItemsCollection

ComboBoxItemsCollection Class

The collection of C1ComboBoxItem

Inheritance
ComboBoxItemsCollection
Namespace: C1.WPF.Input
Assembly: C1.WPF.Input.dll
Syntax
public class ComboBoxItemsCollection : C1DataCollectionList<C1ComboBoxItem>
Public Class ComboBoxItemsCollection
    Inherits C1DataCollectionList(Of C1ComboBoxItem)

Constructors

Name Description
ComboBoxItemsCollection(C1ComboBox)

Default constructor

Properties

Name Description
DataCollection

Methods

Name Description
Add(object)

Add data object directly

Clear()

Removes all items from the collection.

OnCollectionChanged(NotifyCollectionChangedEventArgs)