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

PivotDrillDownDataRow Properties

Represents a single row in the data source which provides the data used to calculate summaries for individual cells.
Name Description
DataSource Gets the data source which contains the current row.
Index Gets the row’s index within PivotDrillDownDataRow.DataSource.
Item[PivotGridField] Gets the row’s value for the specified field.
Item[Int32] Returns the value of the specified field in the current row.
Item[String] Returns the value of the specified field in the current row.
ListSourceRowIndex Gets the row’s index in the pivot grid’s data source.
See Also