PivotFieldValueEventArgs.CreateDrillDownDataSource() Method
In This Article
Returns a list of records associated with the field value currently being processed.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll
NuGet Package: DevExpress.Wpf.PivotGrid
#Declaration
public PivotDrillDownDataSource CreateDrillDownDataSource()
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#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 Pivot
See Also