FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GroupHeaderConverter Class / Convert Method
System.Windows.Data.CollectionViewGroup value produced by the binding source.
The type of the binding target property.
GroupRow that represents the group.
The culture to use in the converter.

In This Topic
    Convert Method (GroupHeaderConverter)
    In This Topic
    Converts a GroupRow objects into a string containing summary information for the group.
    Syntax
    'Declaration
     
    Public Function Convert( _
       ByVal value As Object, _
       ByVal targetType As Type, _
       ByVal parameter As Object, _
       ByVal culture As CultureInfo _
    ) As Object
    public object Convert( 
       object value,
       Type targetType,
       object parameter,
       CultureInfo culture
    )

    Parameters

    value
    System.Windows.Data.CollectionViewGroup value produced by the binding source.
    targetType
    The type of the binding target property.
    parameter
    GroupRow that represents the group.
    culture
    The culture to use in the converter.

    Return Value

    A string containing summary information for the group.
    See Also