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;}
See Also