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
valueobjectThe sorted collection to be converted back.
targetTypeTypeThe type of the binding target property.
parameterobjectThe parameter used for sorting.
cultureCultureInfoThe culture used for sorting.
Returns
- object
The original input value.