Class SortConverter
- Namespace
- Innova.Prism.Library.Converters
- Assembly
- Innova.Prism.Library.dll
Converts the input collection into a sorted collection based on the specified parameter.
[ValueConversion(typeof(object), typeof(object))]
public class SortConverter : MarkupExtension, IValueConverter
- Inheritance
-
SortConverter
- Implements
Methods
- Convert(object, Type, object, CultureInfo)
Converts the input value into a sorted collection.
- ConvertBack(object, Type, object, CultureInfo)
Converts the sorted collection back to the original input value.
- ProvideValue(IServiceProvider)
Provides the SortConverter instance as the value for XAML markup extensions.