ComponentOne DataGrid for WPF and Silverlight
ShowGroupingPanel Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : ShowGroupingPanel Property
Gets or sets a value indicating whether the panel above the cells area used to group by a column is displayed.
Syntax
'Declaration
 
Public Property ShowGroupingPanel As System.Boolean
public System.bool ShowGroupingPanel {get; set;}
Remarks
If you want to show the grouping panel but you want to prevent the user from changing the groups you should set the property CanUserGroup to false.
See Also

Reference

C1DataGrid Class
C1DataGrid Members