Provides value editing services for a single node instance, using a static DataTemplate defined in the EditorTemplate property.

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

Syntax

C#
public class StaticNodeEditor : NodeEditor
Visual Basic (Declaration)
Public Class StaticNodeEditor _
	Inherits NodeEditor

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