SelectedGroupCollection.Remove(IEnumerable<Object>) Method
Removes a group under the specified path (group values from the root to the group) from the selected groups.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| groupPath | IEnumerable<Object> | An object implementing the IEnumerable<T> interface that is a path to a group (group values from the root to the group). |
Returns
| Type | Description |
|---|---|
| Boolean | true if the item is successfully removed; otherwise, false. This method also returns false if an item was not found in the collection. |
See Also