Gets whether the node has an editor associated directly with it.

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

Syntax

C#
public bool HasOwnInPlaceEditor { get; }
Visual Basic (Declaration)
Public ReadOnly Property HasOwnInPlaceEditor As Boolean

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