SelectedGroupCollection.Insert(Int32, Object[]) Method
Inserts a group under the specified path (group values from the root to the group) to the collection at the specified index.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index at which a group should be inserted. |
groupPath | Object[] | The group path (group values from the root to the group). |
Remarks
Note that the Tree Map selects the inserted group.
See Also