[]
Initializes a new instance of the ListViewGroupItem class.
public ListViewGroupItem()
Initializes a new instance of the ListViewGroupItem class.
public ListViewGroupItem(IDataCollectionGroup<object, object> group, int dataIndex)
Type | Name | Description |
---|---|---|
IDataCollectionGroup<object, object> | group | The group item. |
int | dataIndex | The index of the group inside the collection of groups. |