Represents a Binding converter that returns a list containing all items of a
source IEnumerable converted with a specified IValueConverter.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[ValueConversionAttribute(typeof(IEnumerable), typeof(IList))] public class CollectionItemsConverter : DependencyObject, IValueConverter |
Visual Basic (Declaration) |
---|
<ValueConversionAttribute(GetType(IEnumerable), GetType(IList))> _ Public Class CollectionItemsConverter _ Inherits DependencyObject _ Implements IValueConverter |
Remarks
CollectionItemsConverter is a one-way converter. A source value
must be an IEnumerable object, and a converted value is IEnumerable where each
item is a source item converted with an ItemConverter.
The ItemConverterParameter property allows you to define a parameter
that will be passed to the ItemConverter during
each item conversion.
Inheritance Hierarchy
System..::..Object
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.WPF.C1Schedule..::..CollectionItemsConverter
System.Windows.Threading..::..DispatcherObject
System.Windows..::..DependencyObject
C1.WPF.C1Schedule..::..CollectionItemsConverter