PivotFieldImageIndexEventArgs.CreateDrillDownDataSource() Method
In This Article
Returns data records associated with the processed field value.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public PivotDrillDownDataSource CreateDrillDownDataSource()
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
The CreateDrillDownDataSource method retrieves data source records used to calculate current cell values.
Important
Do not call the Create
See Also