Converts a Node to its category.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfPropertyGrid..::.NodeToCategoryConverter

See Also