windowsforms-devexpress-dot-xtratreemap-4c902e68.md
The selected group path collection.
Namespace : DevExpress.XtraTreeMap
Assembly : DevExpress.XtraTreeMap.v25.2.dll
NuGet Package : DevExpress.TreeMap
public class SelectedGroupCollection :
IList<IEnumerable<object>>,
ICollection<IEnumerable<object>>,
IEnumerable<IEnumerable<object>>,
IEnumerable
Public Class SelectedGroupCollection
Implements IList(Of IEnumerable(Of Object)),
ICollection(Of IEnumerable(Of Object)),
IEnumerable(Of IEnumerable(Of Object)),
IEnumerable
The following members return SelectedGroupCollection objects:
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.
Object SelectedGroupCollection
See Also