Click or drag to resize

AggregatingMultiValueConverterConverters Property

Gets the aggregating converters. Must be all IValueConverter, only the last might be a IMultiValueConverter.

Namespace:  TomsToolbox.Wpf.Converters
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Collection<Object> Converters { get; }

Property Value

Type: CollectionObject
See Also