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.GetGroupItemByField(TcxPivotGridField) Method

Returns a grouping value, which is associated with the ADataField field.

#Declaration

Delphi
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