PivotDrillDownDataRow Class
In This Article
A single row in a data source that provides data used to calculate summaries for individual cells.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v14.2.Core.dll
#Declaration
#Returned By
The PivotDrillDownDataSource.Item[Int32] property returns an instance of PivotDrillDownDataRow.
#Remarks
The PivotDrillDownDataRow class specifies a row in a drill-down data source. Refer to the PivotDrillDownDataSource topic for more information.
See Also