Initialises a new instance of the ObjectWrapper class.

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

Syntax

C#
protected ObjectWrapper(
	Node property,
	bool editable
)
Visual Basic (Declaration)
Protected Sub New ( _
	property As Node, _
	editable As Boolean _
)

Parameters

property
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The property whose value is to be accessed through the wrapper.
editable
Type: System..::.Boolean
Whether the value can be modified.

See Also