Converts a Node to its category.
Namespace:
Mindscape.WpfPropertyGridAssembly: 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 |