Skip to main content

TreeListMultiSelection.RemoveAt(Int32) Method

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

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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