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

HierarchicalChartControlBase.Groups Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[Browsable(false)]
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