TcxPivotGridViewDataItem.GetGroupItemByField(TcxPivotGridField) Method
Returns a grouping value, which is associated with the ADataField field.
Declaration
function GetGroupItemByField(ADataField: TcxPivotGridField): TcxPivotGridGroupItem;
Parameters
Name | Type |
---|---|
ADataField | TcxPivotGridField |
Returns
Type |
---|
TcxPivotGridGroupItem |
Remarks
Use the GetGroupItemByField method to retrieve the grouping value of the currently processed field value by the corresponding ADataField field.
Note
if the specified ADataField field doesn’t meet the Field match, then the Parent‘s grouping value will be returned.
See Also