New to Telerik UI for WPFStart a free 30-day trial

Represents a data item, which holds the information for a single RadTreeMapItem under the context of RadPivotMap.

Definition

Constructors

Initializes a new instance of the GroupData class.

C#
public GroupData(object dataItem, string valuePath, int depth)
Parameters:dataItemobject

The data item.

valuePathstring

The value path.

depthint

The depth.

Initializes a new instance of the GroupData class from the specified group.

C#
public GroupData(QueryableCollectionViewGroup group, string valuePath, int depth)
Parameters:groupQueryableCollectionViewGroup

The group.

valuePathstring

The value path.

depthint

The depth.

Initializes a new instance of the GroupData class from the specified rootGroup.

C#
public GroupData(QueryableCollectionViewGroupRoot rootGroup, string valuePath)
Parameters:rootGroupQueryableCollectionViewGroupRoot

The root group.

valuePathstring

The value path.

Properties

Gets the group key.

C#
public string GroupKey { get; }
Property Value:

The group key.

Gets the level of the group.

C#
public int GroupLevel { get; }
Property Value:

The name of the group.

Gets or sets the value.

C#
public override double Value { get; set; }
Property Value:

The value.

Overrides: TreeMapData.Value