Back to Devexpress

PivotCustomSummaryEventArgs.CreateDrillDownDataSource() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotcustomsummaryeventargs-8990524e.md

latest2.0 KB
Original Source

PivotCustomSummaryEventArgs.CreateDrillDownDataSource() Method

Returns a list of the records which are associated with the cell currently being processed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public PivotDrillDownDataSource CreateDrillDownDataSource()
vb
Public Function CreateDrillDownDataSource As PivotDrillDownDataSource

Returns

TypeDescription
PivotDrillDownDataSource

A PivotDrillDownDataSource object which contains the records which are associated with the current cell.

|

Remarks

The CreateDrillDownDataSource method allows you to retrieve the subset of records from the control’s underlying data source that are associated with the current cell.

The cells in the PivotGrid control 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 which are displayed within the column and row headers. The CreateDrillDownDataSource method returns a PivotDrillDownDataSource object, which represents a list of these records.

See Also

PivotCustomSummaryEventArgs Class

PivotCustomSummaryEventArgs Members

DevExpress.Xpf.PivotGrid Namespace