[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.GroupHeaderConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Converts a GroupRow objects into a string containing summary information for the group.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value

CollectionViewGroup value produced by the binding source.

Type targetType

The type of the binding target property.

object parameter

GroupRow that represents the group.

CultureInfo culture

The culture to use in the converter.

Returns
Type Description
object

A string containing summary information for the group.

Implements