Back to Devexpress

HierarchicalChartControlBase.Groups Property

windowsforms-devexpress-dot-xtratreemap-dot-hierarchicalchartcontrolbase-4c56b9c3.md

latest1.5 KB
Original Source

HierarchicalChartControlBase.Groups Property

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

Namespace : DevExpress.XtraTreeMap

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

NuGet Package : DevExpress.Win.TreeMap

Declaration

csharp
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public IEnumerable<GroupInfo> Groups { get; }
vb
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
Public ReadOnly Property Groups As IEnumerable(Of GroupInfo)

Property Value

TypeDescription
IEnumerable<GroupInfo>

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

|

See Also

HierarchicalChartControlBase Class

HierarchicalChartControlBase Members

DevExpress.XtraTreeMap Namespace