PivotFieldStateChangedEventArgs.CreateDrillDownDataSource() Method
Returns data records associated with the current field value.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
PivotDrillDownDataSource | A PivotDrillDownDataSource object that contains records associated with the processed field value. |
Remarks
The CreateDrillDownDataSource method retrieves data source records used to calculate current cell values.
See Also