[]
        
(Showing Draft Content)

C1.WPF.Input.C1ComboBoxItem.-ctor

C1ComboBoxItem Constructor

C1ComboBoxItem()

Initialize a new instance of C1ComboBoxItem class.

Declaration
public C1ComboBoxItem()

C1ComboBoxItem(IDataCollection<object>, int)

Initialize a new instance of C1ComboBoxItem class.

Declaration
public C1ComboBoxItem(IDataCollection<object> collection, int dataIndex)
Parameters
Type Name Description
IDataCollection<object> collection

The collection containing the item.

int dataIndex

Index of the data inside the collection.