ComponentOne DataGrid for WPF and Silverlight
GroupConverter Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : GroupConverter Property
Gets or sets the converter used to customize the grouping behavior.
Syntax
'Declaration
 
Public Overridable Property GroupConverter As System.Windows.Data.IValueConverter
public virtual System.Windows.Data.IValueConverter GroupConverter {get; set;}
Remarks
The grouping algorithm will be applied to the resulting collection of applying this converter to each data item. This converter can be used to make things like outlook dates grouping, or group numeric values in ranges.
See Also

Reference

DataGridColumn Class
DataGridColumn Members