Skip to main content

PivotDrillDownDataRow Class

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

public class PivotDrillDownDataRow :
    ICustomTypeDescriptor

#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.

#Inheritance

Object
PivotDrillDownDataRow
See Also