Skip to main content

HierarchicalChartControlBase.Groups Property

Returns the collection of groups that a TreeMap or Sunburst control generates.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.UI.dll

NuGet Package: DevExpress.Win.TreeMap

Declaration

[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public IEnumerable<GroupInfo> Groups { get; }

Property Value

Type Description
IEnumerable<GroupInfo>

The collection of GroupInfo objects that provide information about groups which the TreeMap or Sunburst control generates.

See Also