Converts a Node to its category.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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.WpfElements.WpfPropertyGrid..::.NodeToCategoryConverter

See Also