PivotGridExtension.CreateDrillDownDataSource(PivotGridSettings, Object, Int32, Int32, List<String>) Method
Returns data records associated with the specified cell.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public static PivotDrillDownDataSource CreateDrillDownDataSource(
PivotGridSettings pivotGridSettings,
object dataSource,
int columnIndex,
int rowIndex,
List<string> customColumns
)
#Parameters
Name | Type | Description |
---|---|---|
pivot |
Pivot |
A Pivot |
data |
Object | A Pivot |
column |
Int32 | An integer value that specifies the zero-based column index. |
row |
Int32 | An integer value that specifies the zero-based row index. |
custom |
List<String> | A list of columns to return. |
#Returns
Type | Description |
---|---|
Pivot |
A Pivot |
#Remarks
Important
The custom
Important
Do not call the Create