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