Initialises a new instance of the InPlaceEditing class.

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