[]
Initialize a new instance of C1ComboBoxItem class.
public C1ComboBoxItem()
Initialize a new instance of C1ComboBoxItem class.
public C1ComboBoxItem(IDataCollection<object> collection, int dataIndex)
Type | Name | Description |
---|---|---|
IDataCollection<object> | collection | The collection containing the item. |
int | dataIndex | Index of the data inside the collection. |