ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / GroupConverter Property

In This Topic
    GroupConverter Property (DataGridComboBoxColumn)
    In This Topic
    Gets or sets the converter used to customize the grouping behavior.
    Syntax
    'Declaration
     
    
    Public Overridable Property GroupConverter As IValueConverter
    public virtual 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