TcxPivotGridViewDataItem.GetGroupItem(TcxPivotGridField) Method
Returns a grouping value of the currently processed field value.
Declaration
function GetGroupItem(var ADataField: TcxPivotGridField): TcxPivotGridGroupItem;
Parameters
Name | Type |
---|---|
ADataField | TcxPivotGridField |
Returns
Type |
---|
TcxPivotGridGroupItem |
Remarks
The GetGroupItem method returns the grouping value of the currently processed field value, if the latter one is a column field value or a row field value. If the currently processed field value is the data field, then the grouping value of its Parent will be returned.
The ADataField parameter specifies the corresponding field of the above data field.
See Also