Back to Devexpress

PivotFieldValueEventArgs.CreateDrillDownDataSource() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotfieldvalueeventargs-6418f2b7.md

latest2.0 KB
Original Source

PivotFieldValueEventArgs.CreateDrillDownDataSource() Method

Returns a list of records associated with the field value 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 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.CreateDrillDownDataSource method with the customColumns parameter set to null.

See Also

DrillDownMaxRowCount

PivotFieldValueEventArgs Class

PivotFieldValueEventArgs Members

DevExpress.Xpf.PivotGrid Namespace