[]
Represents a MultiBinding converter that returns List<T> list built from the array of input values.
public class MultiBindingToListMultiConverter : IMultiValueConverter
MultiBindingToListMultiConverter is a one-way converter.
Name | Description |
---|---|
MultiBindingToListMultiConverter() |
Name | Description |
---|---|
Default | Gets an instance of MultiBindingToListMultiConverter. |
Name | Description |
---|---|
Convert(object[], Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. |
ConvertBack(object, Type[], object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding target to the binding source. |