Back to Devexpress

TreeListView.DeleteNode Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-deletenode.md

latest859 B
Original Source

TreeListView.DeleteNode Method

NameParametersDescription
DeleteNode(TreeListNode, Boolean)node, deleteChildrenRemoves the specified node and optionally, all its children.
DeleteNode(TreeListNode)nodeRemoves the specified node and all its children (if any).
DeleteNode(Int32, Boolean)rowHandle, deleteChildrenRemoves the specified node and optionally, all its children.
DeleteNode(Int32)rowHandleRemoves the specified node and all its children (if any).