Skip to main content

PivotGridControl.CreateServerModeDrillDownDataSource(Int32, Int32, Int32, List<String>) Method

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

public PivotDrillDownDataSource CreateServerModeDrillDownDataSource(
    int columnIndex,
    int rowIndex,
    int maxRowCount,
    List<string> customColumns
)

#Parameters

Name Type
columnIndex Int32
rowIndex Int32
maxRowCount Int32
customColumns List<String>

#Returns

Type
PivotDrillDownDataSource
See Also