Skip to main content

GroupDefinitionCollection Class

A collection of TreeMapGroupDefinition items.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v23.2.dll

NuGet Package: DevExpress.Wpf.TreeMap

Declaration

public class GroupDefinitionCollection :
    FreezableCollection<TreeMapGroupDefinition>

The following members return GroupDefinitionCollection objects:

Remarks

This class is used by the TreeMapFlatDataAdapter.Groups property.

See Also