Skip to main content

Accessing Summary Values

The Pivot Grid provides the ASPxPivotGrid.GetCellValue method that allows you to obtain a cell’s value. The required cell is identified by specifying indices of its owning row and column.

In most instances, you need to access a cell’s contents when handling specific events (for instance, ASPxPivotGrid.CustomCellDisplayText). The pivot grid’s events provide the event parameters which let you obtain the contents (value and display text) of the currently processed cell.

For information on how to access the datasource records which correspond to a specific summary cell, see Obtaining Underlying Data (Drill-Down).