Removes a top-level node from the grid.

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

Syntax

C#
public void RemoveNode(
	Node node
)
Visual Basic (Declaration)
Public Sub RemoveNode ( _
	node As Node _
)

Parameters

node
Type: Mindscape.WpfElements.WpfPropertyGrid..::.Node
The node to remove from the grid.

See Also