Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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).