TreeListView.DeleteNode Method
Name | Parameters | Description |
---|---|---|
DeleteNode(TreeListNode, Boolean) | node, deleteChildren | Removes the specified node and optionally, all its children. |
DeleteNode(TreeListNode) | node | Removes the specified node and all its children (if any). |
DeleteNode(Int32, Boolean) | rowHandle, deleteChildren | Removes the specified node and optionally, all its children. |
DeleteNode(Int32) | rowHandle | Removes the specified node and all its children (if any). |