Provides value editing services for a single node instance.

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

Syntax

C#
public abstract class NodeEditor : ObjectWrappingEditor
Visual Basic (Declaration)
Public MustInherit Class NodeEditor _
	Inherits ObjectWrappingEditor

Remarks

Node editors are usually constructed for you by the PropertyGrid; you should not need to use this class in your code.

Inheritance Hierarchy

See Also