Skip to main content
A newer version of this page is available. .

TreeListMultiSelection.RemoveAt(Int32) Method

Removes the node at the specified index of the current collection, and unselects it.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.2.dll

Declaration

[Browsable(false)]
public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The zero-based index of the node in the current collection to be removed.

See Also