SelectedGroupCollection.RemoveAt(Int32) Method
Removes a group under the specified index from a collection of selected groups.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.2.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | The index of a group to remove. |
See Also