Skip to main content
A newer version of this page is available. .

PivotFieldStateChangedEventArgs.CreateDrillDownDataSource() Method

Returns data records associated with the current field value.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.1.dll

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