Skip to main content

SelectedGroupCollection.Contains(IEnumerable<Object>) Method

Determines whether the collection contains a group under the specified path (group values from the root to the group).

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public bool Contains(
    IEnumerable<object> groupPath
)

Parameters

Name Type Description
groupPath IEnumerable<Object>

The path (group values from the root to the group) to the group.

Returns

Type Description
Boolean

true, if the collection contains a group otherwise, false.

See Also