The CollectionItemsConverter type exposes the following members.

Properties

  NameDescription
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance.
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyIsSealed
Gets a value that declares whether this instance is currently read-only.
(Inherited from DependencyObject.)
Public propertyItemConverter
Gets or sets a converter which is applied to each source item. The default value is Null. This is a dependency property.
Public propertyItemConverterParameter
Gets or sets a parameter which is passed to ItemConverter. The default value is Null.

See Also