[]
        
(Showing Draft Content)

C1.WPF.Input.C1ComboBoxGroupItem.-ctor

C1ComboBoxGroupItem Constructor

C1ComboBoxGroupItem()

Initializes a new instance of the C1ComboBoxGroupItem class.

Declaration
public C1ComboBoxGroupItem()

C1ComboBoxGroupItem(IDataCollectionGroup<object, object>, int)

Initializes a new instance of the C1ComboBoxGroupItem class.

Declaration
public C1ComboBoxGroupItem(IDataCollectionGroup<object, object> group, int dataIndex)
Parameters
Type Name Description
IDataCollectionGroup<object, object> group

The group item.

int dataIndex

The index of the group inside the collection of groups.