ClassGroupData
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:
public class GroupData : TreeMapData, INotifyPropertyChanged
Inheritance: objectTreeMapDataGroupData
Derived Classes:
Implements:
Inherited Members
Constructors
GroupData(QueryableCollectionViewGroup, string, int)
Initializes a new instance of the GroupData class
from the specified group.
Declaration
public GroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
Parameters
group
The group.
valuePath
The value path.
depth
The depth.
GroupData(QueryableCollectionViewGroupRoot, string)
Initializes a new instance of the GroupData class
from the specified rootGroup.
Declaration
public GroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
Parameters
rootGroup
QueryableCollectionViewGroupRoot
The root group.
valuePath
The value path.
GroupData(object, string, int)
Initializes a new instance of the GroupData class.
Properties
GroupKey
Gets the group key.
GroupLevel
Gets the level of the group.
Declaration
public int GroupLevel { get; }
Property Value
The name of the group.