TreeListView.DeleteNode Method
Name | Parameters | Description |
---|---|---|
Delete |
node, delete |
Removes the specified node and optionally, all its children. |
Delete |
node | Removes the specified node and all its children (if any). |
Delete |
row |
Removes the specified node and optionally, all its children. |
Delete |
row |
Removes the specified node and all its children (if any). |