ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridColumn Class / GroupContentConverter Property

In This Topic
    GroupContentConverter Property
    In This Topic
    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 IValueConverter
    public virtual IValueConverter GroupContentConverter {get; set;}
    Remarks
    Typically this element is a System.Windows.Controls.TextBlock showing the grouping value.
    See Also