Skip to main content

PivotFieldValueEventArgs.CreateDrillDownDataSource() Method

Returns a list of records associated with the field value currently being processed.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public PivotDrillDownDataSource CreateDrillDownDataSource()

Returns

Type Description
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains records associated with the processed field value.

Remarks

The CreateDrillDownDataSource method allows you to retrieve the subset of records from the control’s underlying data source which are associated with the processed field value.

Note

In OLAP mode, calling this method is equivalent to calling the PivotFieldValueEventArgs.CreateOlapDrillDownDataSource method with the customColumns parameter set to null.

See Also