The Editor type exposes the following members.

Constructors

  NameDescription
Editor

Methods

  NameDescription
BuildTemplate
When overridden in a derived class, constructs a DataTemplate which can be bound to the specified node in order to edit its value.
CanEdit
When overridden in a derived class, indicates whether the editor can edit the value of the specified node.
GetHostStyle
Gets the value of the HostStyle attached property for a given DependencyObject.
SetHostStyle
Sets the value of the HostStyle attached property for a given DependencyObject.

Fields

  NameDescription
AllowExpandProperty
Identifies the AllowExpand property.
EditorTemplateProperty
Identifies the EditorTemplate dependency property.
HostStyleProperty
Identifies the HostStyle attached 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.
EditorTemplate
Gets or sets the DataTemplate which the editor uses to present or edit node values. This is a dependency property.

See Also