Skip to main content

Member Table: Get Underlying Data

Member Description
TcxPivotGridCrossCell.CreateDrillDownDataSource Creates a custom data source using the data associated with a cross cell.
TcxPivotGridCrossCell.Records Provides access to the record indexes associated with a cross cell. Using these record indexes you can get direct access to the data in the underlying data source using the pivot grid’s or the cross cell’s DataController property.
TcxPivotGridDrillDownDataSet Caches a pivot grid’s drill-down data of data cells into an in-memory read-only dataset.
See Also