The DynamicNodeEditor type exposes the following members.

Methods

  NameDescription
BuildTemplate
Constructs a DataTemplate which can be bound to the specified node to edit its value.
(Inherited from ObjectWrappingEditor.)
CanEdit
Indicates whether the editor can edit the value of the specified node.
(Inherited from NodeEditor.)
OnCustomizeTemplate
Allows derived classes to customize the visual tree of the template constructed in BuildTemplate(Node), for example by setting up additional properties.
(Inherited from ObjectWrappingEditor.)
SetContentTemplate
Attaches the editor data template to the data template identified by the EditorTemplateKey.
(Overrides ObjectWrappingEditor..::.SetContentTemplate(FrameworkElementFactory, Node).)

See Also