ComponentOne DataGrid for WPF and Silverlight
CanUserGroup Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CanUserGroup Property
Gets or sets a value indicating whether the user is able to change groups by dragging column headers over the grouping area, removing groups pressing the remove button of each grouped column element inside the grouping area, or change the order of the groups clicking the grouped column element itself.
Syntax
'Declaration
 
Public Property CanUserGroup As System.Boolean
public System.bool CanUserGroup {get; set;}
Remarks
If you want to show the grouping panel but you want to prevent the user from changing the groups, set ShowGroupingPanel to true and set this property to false.
See Also

Reference

C1DataGrid Class
C1DataGrid Members