Skip to main content
A newer version of this page is available.
All docs
V19.2

PivotFieldValueItem.CreateQueryModeDrillDownDataSource(Int32, List<String>) Method

For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

public PivotDrillDownDataSource CreateQueryModeDrillDownDataSource(
    int maxRowCount,
    List<string> customColumns
)

Parameters

Name Type
maxRowCount Int32
customColumns List<String>

Returns

Type
PivotDrillDownDataSource
See Also