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.v21.1.UI.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeMap

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