'Declaration Protected Overridable Sub InsertGroupCore( _ ByVal detailGrid As DetailGrid, _ ByVal index As Integer, _ ByVal fieldname As String _ )
'Usage Dim instance As GroupByRow Dim detailGrid As DetailGrid Dim index As Integer Dim fieldname As String instance.InsertGroupCore(detailGrid, index, fieldname)
protected virtual void InsertGroupCore( DetailGrid detailGrid, int index, string fieldname )
Parameters
- detailGrid
- Specifies the DetailGrid in which to insert the group.
- index
- The index at which to insert the new group. If -1, the groups is added to the end of the group templates.
- fieldname
- The FieldName of the column to assign to the new group's GroupBy property.