Initialises a new instance of the ObjectWrapper class.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.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.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