Table of Contents

Class IsSelectedConverter

Namespace
Innova.Prism.Library.Converters
Assembly
Innova.Prism.Library.dll

Converts the selected item and a dictionary of items to a boolean value indicating if the selected item is present in the dictionary.

public class IsSelectedConverter : IMultiValueConverter
Inheritance
IsSelectedConverter
Implements

Methods

Convert(object[], Type, object, CultureInfo)

Converts the selected item and a dictionary of items to a boolean value indicating if the selected item is present in the dictionary.

ConvertBack(object, Type[], object, CultureInfo)

This method is not supported and will always return an empty array.