Method ConvertBack
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
ConvertBack(object, Type, object, CultureInfo)
Converts the sorted collection back to the original input value.
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
objectThe sorted collection to be converted back.
targetType
TypeThe type of the binding target property.
parameter
objectThe parameter used for sorting.
culture
CultureInfoThe culture used for sorting.
Returns
- object
The original input value.