Skip to main content

SelectedGroupCollection.Add(IEnumerable<Object>) Method

Adds a group that is under the specified path (group values from the root to the required group).

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

public void Add(
    IEnumerable<object> groupPath
)

Parameters

Name Type Description
groupPath IEnumerable<Object>

An object implementing the IEnumerable<T> interface that is a path to a group (group values from the root to the group).

See Also