Skip to main content

SelectedGroupCollection.RemoveAt(Int32) Method

Removes a group under the specified index from a collection of selected groups.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

The index of a group to remove.

See Also