TreeListMultiSelection.RemoveAt(Int32) Method
Removes the node at the specified index of the current collection, and unselects it.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v26.1.dll
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