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

SelectedGroupCollection Class

The selected group path collection.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v19.2.dll

Declaration

public class SelectedGroupCollection :
    IList<IEnumerable<object>>,
    ICollection<IEnumerable<object>>,
    IEnumerable<IEnumerable<object>>,
    IEnumerable

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.

Inheritance

Object
SelectedGroupCollection
See Also