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

Accessing Summary Values

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

In most instances, you need to access a cell’s contents when handling specific events (for instance, PivotGridControl.CustomCellDisplayText, PivotGridControl.CustomSummary). The pivot grid’s events provide the event parameters which allow 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 summary cell, see Obtaining Underlying Data.