Converts an ObjectWrapper for a Many to a node of singular type suitable for editor selection.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
[ValueConversionAttribute(typeof(ObjectWrapper), typeof(Node))]
public class ManyToNodeConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(ObjectWrapper), GetType(Node))> _
Public Class ManyToNodeConverter _
	Implements IValueConverter

Remarks

This class supports the multiple selection infrastructure and is intended for use only as part of a ManyEditor control template.

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements.WpfPropertyGrid..::.ManyToNodeConverter

See Also