Class GroupData
Represents a data item, which holds the information for a single Rad
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class GroupData : TreeMapData, INotifyPropertyChanged
Constructors
GroupData(Object, String, Int32)
Initializes a new instance of the Group
Declaration
public GroupData(object dataItem, string valuePath, int depth)
Parameters
System. The data item. |
System. The value path. |
System. The depth. |
GroupData(QueryableCollectionViewGroup, String, Int32)
Initializes a new instance of the Groupgroup
.
Declaration
public GroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
Parameters
Queryable The group. |
System. The value path. |
System. The depth. |
GroupData(QueryableCollectionViewGroupRoot, String)
Initializes a new instance of the GrouprootGroup
.
Declaration
public GroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
Parameters
Queryable The root group. |
System. The value path. |
Properties
GroupKey
Gets the group key.
Declaration
public string GroupKey { get; }
Property Value
System. The group key. |
GroupLevel
Gets the level of the group.
Declaration
public int GroupLevel { get; }
Property Value
System. The name of the group. |
Value
Gets or sets the value.
Declaration
public override double Value { get; set; }
Property Value
System. The value. |