Skip to main content
A newer version of this page is available. .

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

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