Removes a top-level node from the grid.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Parameters

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

See Also