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

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

Declaration

public bool Contains(
    params object[] groupPath
)

Parameters

Name Type Description
groupPath 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