HierarchicalChartControlBase.Groups Property
In This Article
Returns the collection of groups that a TreeMap or Sunburst control generates.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.UI.dll
NuGet Package: DevExpress.Win.TreeMap
#Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public IEnumerable<GroupInfo> Groups { get; }
#Property Value
Type | Description |
---|---|
IEnumerable<Group |
The collection of Group |
See Also