Skip to main content
All docs
V20.1

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

For internal use.

Namespace: DevExpress.XtraPivotGrid.Data

Assembly: DevExpress.PivotGrid.v20.1.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

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

Parameters

Name Type
maxRowCount Int32
customColumns List<String>

Returns

Type
PivotDrillDownDataSource
See Also