ComponentOne DataGrid for WPF and Silverlight
GroupContentConverter Property (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : GroupContentConverter Property
Gets or sets the converter that will be applied to the visual element that is inside the content of each group row.
Syntax
'Declaration
 
Public Overridable Property GroupContentConverter As System.Windows.Data.IValueConverter
public virtual System.Windows.Data.IValueConverter GroupContentConverter {get; set;}
Remarks
Typically this element is a System.Windows.Controls.TextBlock showing the grouping value.
See Also

Reference

DataGridColumn Class
DataGridColumn Members