ComponentOne DataGrid for WPF and Silverlight
CanUserGroup Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : CanUserGroup Property
Gets or sets a value indicating whether the user can group by this column.
Syntax
'Declaration
 
Public Property CanUserGroup As System.Boolean
public System.bool CanUserGroup {get; set;}

Property Value

true if the user can group by this column; otherwise, false.
See Also

Reference

DataGridColumn Class
DataGridColumn Members