'Declaration
Public Function New( _ ByVal group As IDataCollectionGroup(Of Object,Object), _ ByVal groups As IDataCollection(Of Object), _ ByVal index As Integer _ )
public GridGroupRow( IDataCollectionGroup<object,object> group, IDataCollection<object> groups, int index )
Parameters
- group
- The group item.
- groups
- The collection of groups where this group is inside.
- index
- The index of the group inside the collection of groups.