The EditorSelector type exposes the following members.

Constructors

  NameDescription
EditorSelector
Initialises a new instance of the EditorSelector class.

Methods

  NameDescription
GetEditor
Gets an Editor for the specified node. This is used to determine a DataTemplate for presentation and editing of the node value.
GetEditSettings
Gets the editing capabilities available to the EditorSelector for the specified node.
SelectTemplate
Returns a DataTemplate suitable for editing the specified item.
(Overrides DataTemplateSelector..::.SelectTemplate(Object, DependencyObject).)

Properties

  NameDescription
ExtendingEditors
Iterates the list of additional editors.

See Also