Back to Devexpress

GroupDefinitionCollection Class

wpf-devexpress-dot-xpf-dot-treemap-842806f2.md

latest1.9 KB
Original Source

GroupDefinitionCollection Class

A collection of TreeMapGroupDefinition items.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public class GroupDefinitionCollection :
    FreezableCollection<TreeMapGroupDefinition>
vb
Public Class GroupDefinitionCollection
    Inherits FreezableCollection(Of TreeMapGroupDefinition)

The following members return GroupDefinitionCollection objects:

Remarks

This class is used by the TreeMapFlatDataAdapter.Groups property.

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<TreeMapGroupDefinition> GroupDefinitionCollection

See Also

GroupDefinitionCollection Members

DevExpress.Xpf.TreeMap Namespace