Gets an Editor for the specified node. This is used to determine a DataTemplate for presentation and editing of the node value.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public Editor GetEditor(
	Node node
)
Visual Basic (Declaration)
Public Function GetEditor ( _
	node As Node _
) As Editor

Parameters

node
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The node for which an editor is being requested.

Return Value

An editor capable of providing a data template for the node value.

Remarks

If no in-place editor is available, this method returns an "editor" which will render the value using a read-only text block.

See Also