Skip to main content
A newer version of this page is available. .

PivotDrillDownDataRow Class

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

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