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

SelectedGroupCollection.Insert(Int32, IEnumerable<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.v18.2.dll

Declaration

public void Insert(
    int index,
    IEnumerable<object> groupPath
)

Parameters

Name Type Description
index Int32

The zero-based index at which a group should be inserted.

groupPath IEnumerable<Object>

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

Remarks

Note that the Tree Map selects the inserted group.

See Also