SelectedGroupCollection Class
In This Article
The selected group path collection.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
public class SelectedGroupCollection :
IList<IEnumerable<object>>,
ICollection<IEnumerable<object>>,
IEnumerable<IEnumerable<object>>,
IEnumerable
#Related API Members
The following members return SelectedGroupCollection objects:
#Remarks
Each inner collection contains a path to the group that the group values form. The group value is the value that is used to combine tree map items into a group.
See Also