Skip to main content

PivotDrillDownDataRow Properties

A single row in a data source that provides 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 in the data source.
Item[PivotGridFieldBase] 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