Skip to main content

TreeListNodes.RemoveAt(Int32) Method

Removes a node referenced by the specified index from the node collection.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public void RemoveAt(
    int index
)

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