GridGroupRow Constructor(IDataCollectionGroup<Object,Object>,IDataCollection<Object>,Int32)
In This Topic
Initializes a new instance of the
GridGroupRow class.
Syntax
'Declaration
Public Function New( _
ByVal As IDataCollectionGroup(Of Object,Object), _
ByVal As IDataCollection(Of Object), _
ByVal As Integer _
)
public GridGroupRow(
IDataCollectionGroup<object,object> ,
IDataCollection<object> ,
int
)
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.
See Also