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.v20.2.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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