Provides value editing services for a single node instance.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
Mindscape.WpfPropertyGrid..::.Editor
Mindscape.WpfPropertyGrid..::.ObjectWrappingEditor
Mindscape.WpfPropertyGrid..::.NodeEditor
Mindscape.WpfPropertyGrid..::.StaticNodeEditor
Mindscape.WpfPropertyGrid..::.DynamicNodeEditor
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
Mindscape.WpfPropertyGrid..::.Editor
Mindscape.WpfPropertyGrid..::.ObjectWrappingEditor
Mindscape.WpfPropertyGrid..::.NodeEditor
Mindscape.WpfPropertyGrid..::.StaticNodeEditor
Mindscape.WpfPropertyGrid..::.DynamicNodeEditor