Back to Devexpress

SelectedGroupCollection Class

windowsforms-devexpress-dot-xtratreemap-4c902e68.md

latest1.6 KB
Original Source

SelectedGroupCollection Class

The selected group path collection.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
public class SelectedGroupCollection :
    IList<IEnumerable<object>>,
    ICollection<IEnumerable<object>>,
    IEnumerable<IEnumerable<object>>,
    IEnumerable
vb
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:

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

SelectedGroupCollection Members

DevExpress.XtraTreeMap Namespace