Back to Devexpress

PivotDrillDownDataRow Class

corelibraries-devexpress-dot-xtrapivotgrid-7693e05f.md

latest1.9 KB
Original Source

PivotDrillDownDataRow Class

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

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
public class PivotDrillDownDataRow :
    IPivotDrillDownDataRow,
    IPivotDrillDownDataSourceOwner,
    ICustomTypeDescriptor
vb
Public Class PivotDrillDownDataRow
    Implements 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

PivotDrillDownDataRow Members

Drill Down to the Underlying Data

DevExpress.XtraPivotGrid Namespace