Gets the editor associated directly with this node, if there is one.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Editor InPlaceEditor { get; }
Visual Basic (Declaration)
Public ReadOnly Property InPlaceEditor As Editor

Remarks

Most nodes use the editing services provided by the property grid, and are allocated an editor based on type and/or property name. However, if an application explicitly adds a node to the grid, it can specify an editor for that node.

See Also