Provides value editing services for a single node instance, using an external
DataTemplate referenced via a resource key.
Namespace:
Mindscape.WpfPropertyGridAssembly: Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class DynamicNodeEditor : NodeEditor |
Visual Basic (Declaration) |
---|
Public Class DynamicNodeEditor _ 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
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
Mindscape.WpfPropertyGrid..::.Editor
Mindscape.WpfPropertyGrid..::.ObjectWrappingEditor
Mindscape.WpfPropertyGrid..::.NodeEditor
Mindscape.WpfPropertyGrid..::.DynamicNodeEditor
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
Mindscape.WpfPropertyGrid..::.Editor
Mindscape.WpfPropertyGrid..::.ObjectWrappingEditor
Mindscape.WpfPropertyGrid..::.NodeEditor
Mindscape.WpfPropertyGrid..::.DynamicNodeEditor