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

TcxPivotGridCrossCellSummary.Owner Property

Provides access to the cross cell which provides the data records used to calculate summary values.

#Declaration

Delphi
property Owner: TcxPivotGridCrossCell read;

#Property Value

Type
TcxPivotGridCrossCell

#Remarks

Use this property to access the cross cell which provides the data records used to calculate summary values (also called “drilldown data records”) and to determine its location (the column and row at the intersection) via the Owner.Column and Owner.Row properties, respectively.

The indexes of the source data records can be obtained via the Records property.

See Also