TreeListNodes.RemoveAt(Int32) Method
Removes a node referenced by the specified index from the node collection.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The index of the node to remove from the node collection. |
Remarks
To remove a specific node you can use the TreeListNodes.Remove method which takes a TreeListNode instance as an argument.
See Also