'Declaration Protected Overridable Sub RemoveGroupCore( _ ByVal detailGrid As DetailGrid, _ ByVal index As Integer _ )
'Usage Dim instance As GroupByRow Dim detailGrid As DetailGrid Dim index As Integer instance.RemoveGroupCore(detailGrid, index)
protected virtual void RemoveGroupCore( DetailGrid detailGrid, int index )
Parameters
- detailGrid
- Specifies the DetailGrid from which to remove the group.
- index
- The index of the group to remove.