Gets the built-in editing behaviour for the specified node.

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

Syntax

C#
public static InPlaceEditing GetEditSettings(
	Node node
)
Visual Basic (Declaration)
Public Shared Function GetEditSettings ( _
	node As Node _
) As InPlaceEditing

Return Value

An InPlaceEditing describing the edit capabilities.

See Also