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

PivotGridCellTemplateItem.CreateDrillDownDataSource() Method

Returns data records associated with the current field value.

Namespace: DevExpress.Web.ASPxPivotGrid

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

Declaration

public PivotDrillDownDataSource CreateDrillDownDataSource()

Returns

Type Description
PivotDrillDownDataSource

A PivotDrillDownDataSource object that contains data records associated with the processed field value.

See Also