ComponentOne True DBGrid for WinForms
Object Model / GroupedColumnCollection Class
In This Topic
    GroupedColumnCollection Class
    In This Topic

    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