Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridViewDataItem.GetGroupItem(TcxPivotGridField) Method

Returns a grouping value of the currently processed field value.

#Declaration

Delphi
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