Skip to main content

PivotFieldStateChangedEventArgs.CreateDrillDownDataSource() Method

Returns data records associated with the current field value.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public PivotDrillDownDataSource CreateDrillDownDataSource()

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