Initialises a new instance of the InPlaceEditing class.

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

Syntax

C#
public InPlaceEditing(
	bool canEditInPlace,
	bool allowExpand
)
Visual Basic (Declaration)
Public Sub New ( _
	canEditInPlace As Boolean, _
	allowExpand As Boolean _
)

Parameters

canEditInPlace
Type: System..::.Boolean
Indicates whether an in-place editor is available.
allowExpand
Type: System..::.Boolean
Indicates whether the grid should show the node as expandable.

See Also