Creates a strongly-typed ObjectWrapper.

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

Syntax

C#
public static ObjectWrapper CreateWrapper(
	Node property,
	bool editable
)
Visual Basic (Declaration)
Public Shared Function CreateWrapper ( _
	property As Node, _
	editable As Boolean _
) As ObjectWrapper

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.

Return Value

A wrapper which can be used to get or set the property value in a property-agnostic way.

See Also