[]
        
(Showing Draft Content)

C1.WPF.Input.ComboBoxItem.-ctor

ComboBoxItem Constructor

ComboBoxItem()

Initialize a new instance of ComboBoxItem class.

Declaration
public ComboBoxItem()
Public Sub New()

ComboBoxItem(IDataCollection<object>, int)

Initialize a new instance of ComboBoxItem class.

Declaration
public ComboBoxItem(IDataCollection<object> collection, int dataIndex)
Public Sub New(collection As IDataCollection(Of Object), dataIndex As Integer)
Parameters
Type Name Description
IDataCollection<object> collection

The collection containing the item.

int dataIndex

Index of the data inside the collection.