ComponentOne True DBGrid for WinForms
GroupedColumnCollection Class
Object Model > GroupedColumnCollection Class

When the DataView property is set to DataViewEnum.GroupBy, a grouping area is created above the grid. This collection object represents the columns (C1DataColumn object) in the grouping area. As columns are dragged into or dragged out of the grouping area, the corresponding column in the collection will be added or deleted.

See Also