The ObjectWrappingEditor type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ObjectWrappingEditor |
Methods
Name | Description | |
---|---|---|
![]() | BuildTemplate |
Constructs a DataTemplate which can be bound to the specified node
to edit its value.
(Overrides Editor..::.BuildTemplate(Node).) |
![]() | CanEdit |
When overridden in a derived class, indicates whether the editor can edit the
value of the specified node.
(Inherited from Editor.) |
![]() | OnCustomizeTemplate |
Allows derived classes to customize the visual tree of the template constructed in
BuildTemplate(Node), for example by setting up additional properties.
|
![]() | SetContentTemplate |
When overridden in a derived class, sets the ContentTemplate
property of the specified FrameworkElementFactory to the required data template.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | EditContextProperty |
Identifies the EditContext property.
|
Properties
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | EditContext |
Gets or sets an object which is made available to the editor template
through the EditContext binding.
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.) |