Skip to main content

CellInfo.CreateDrillDownDataSource() Method

Returns a list of records used to calculate a summary value for the cell currently being processed.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public IEnumerable CreateDrillDownDataSource()

Returns

Type Description
IEnumerable

An object that implements the IEnumerable interface and represents a collection of the underlying data rows.

Remarks

The CreateDrillDownDataSource method allows you to retrieve the subset of records from the control’s underlying data source, used to calculate the summary value for the current cell.

Cells in the PivotGridControl display summary and total summary values. Each summary and total summary value is calculated for a specific subset of records in the control’s underlying data source. These records are identified by the values of the column and row fields displayed within the column and row headers.

See Also