[]
Converts a GroupRow objects into a string containing summary information for the group.
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
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. |
Type | Description |
---|---|
object | A string containing summary information for the group. |