Gets the editing capabilities available to the EditorSelector 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 InPlaceEditing GetEditSettings(
	Node node
)
Visual Basic (Declaration)
Public Function GetEditSettings ( _
	node As Node _
) As InPlaceEditing

Parameters

node
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The node for which editing information is being requested.

Return Value

An InPlaceEditing describing the edit capabilities.

See Also