Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public bool Remove(
    IEnumerable<object> groupPath
)

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