ComponentOne DataGrid for WPF and Silverlight
GroupedColumns Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : GroupedColumns Property
Gets the collection of columns whose DataGridColumn.GroupState is different from null. This group of columns determine the grouping state of the C1DataGrid.
Syntax
'Declaration
 
Public ReadOnly Property GroupedColumns As DataGridColumn()
public DataGridColumn[] GroupedColumns {get;}
Remarks
The order of the columns in the array is the order the groups are created.
See Also

Reference

C1DataGrid Class
C1DataGrid Members