The TypeEditor type exposes the following members.

Constructors

  NameDescription
TypeEditor

Methods

  NameDescription
BuildTemplate
Constructs a DataTemplate which can be bound to the specified node to edit its value.
(Overrides Editor..::.BuildTemplate(Node).)
CanEdit
Indicates whether the editor can edit the value of the specified node.
(Overrides Editor..::.CanEdit(Node).)

Fields

  NameDescription
EditedTypeProperty
Identifies the EditedType dependency property.
TemplateBindingModeProperty
Identifies the TemplateBindingMode property.

Properties

  NameDescription
AllowExpand
Gets or sets whether the user should be allowed to expand a node edited by this. editor. This is a dependency property.
(Inherited from Editor.)
EditedType
The type of value that this editor can edit. This is a dependency property.
EditorTemplate
Gets or sets the DataTemplate which the editor uses to present or edit node values. This is a dependency property.
(Inherited from Editor.)
TemplateBindingMode
Gets or sets the way in which the EditorTemplate is bound to the property value. This is a dependency property.

See Also