Table of Contents

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 object

The sorted collection to be converted back.

targetType Type

The type of the binding target property.

parameter object

The parameter used for sorting.

culture CultureInfo

The culture used for sorting.

Returns

object

The original input value.