Skip to main content

PivotDrillDownDataRow Class

A record in the data source that contains data used to calculate summaries for individual cells.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public class PivotDrillDownDataRow :
    IPivotDrillDownDataRow,
    IPivotDrillDownDataSourceOwner,
    ICustomTypeDescriptor

The following members return PivotDrillDownDataRow objects:

Remarks

The PivotDrillDownDataRow object is a row in the PivotDrillDownDataSource data source.

Inheritance

Object
PivotDrillDownDataRow
See Also