GroupData
Class
Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadPivotMap.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class GroupData : TreeMapData, INotifyPropertyChanged
Inheritance: objectTreeMapDataGroupData
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the GroupData class
from the specified group.
C#
public GroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
The group.
valuePathstringThe value path.
depthintThe depth.
Initializes a new instance of the GroupData class
from the specified rootGroup.
C#
public GroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
The root group.
valuePathstringThe value path.
Properties
Gets the level of the group.
C#
public int GroupLevel { get; }
The name of the group.