The BuiltInEditor 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.
(Overrides Editor..::.CanEdit(Node).)
GetEditSettings
Gets the built-in editing behaviour for the specified node.
OnCustomizeTemplate
Propagates host style overrides to the data template visual tree.
(Overrides ObjectWrappingEditor..::.OnCustomizeTemplate(FrameworkElementFactory, Node).)
SetContentTemplate
Attaches the editor data template to the appropriate predefined template resource.
(Overrides ObjectWrappingEditor..::.SetContentTemplate(FrameworkElementFactory, Node).)

See Also