Skip to main content

SelectedGroupCollection.Remove(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(
    params object[] groupPath
)

Parameters

Name Type Description
groupPath Object[]

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