TcxPivotGridCrossCellSummary.Owner Property
Provides access to the cross cell which provides the data records used to calculate summary values.
Declaration
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