TreeListView.DeleteNode(TreeListNode, Boolean) Method
In This Article
Removes the specified node and optionally, all its children.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
node | Tree |
A Tree |
delete |
Boolean | true to remove all child nodes; otherwise, false. |
#Remarks
If the deleteChildren parameter is set to false, child nodes are moved to the Root.
See Also