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

TcxPivotGridGroupItem.GetCellByCrossItem(TcxPivotGridGroupItem) Method

Returns an instance of the cross cell identified by the grouping value’s cross-referencer.

#Declaration

Delphi
function GetCellByCrossItem(AItem: TcxPivotGridGroupItem): TcxPivotGridCrossCell; virtual;

#Parameters

Name Type
AItem TcxPivotGridGroupItem

#Returns

Type
TcxPivotGridCrossCell

#Remarks

This method is only the interface for the TcxPivotGridGroupItem‘s subclasses.

The overridden methods of either the row grouping value (TcxPivotGridRowItem) or column grouping value (TcxPivotGridColumnItem) objects fetch an instance of the cross cell by specifying the current grouping value’s cross-referencer.

The AItem parameter specifies either the row grouping value (if the currently processed grouping value is in the column area) or column grouping value instance (if the currently processed grouping value is in the row area).

See Also