SelectedGroupCollection.IndexOf(Object[]) Method
Returns an index under the which the collection contains a group under the specified path (group values from the root to the group).
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v25.2.dll
NuGet Package: DevExpress.TreeMap
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| groupPath | Object[] | The path (group values from the root to the group) to the group. |
Returns
| Type | Description |
|---|---|
| Int32 | The zero-based index of the first occurrence of the group; otherwise, -1. |
See Also