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

GroupDefinitionCollection Class

A collection of TreeMapGroupDefinition items.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v21.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