Skip to main content

PivotGridControl.CreateServerModeDrillDownDataSourceAsync(Int32, Int32, List<String>, AsyncCompletedHandler) Method

In This Article

Namespace: DevExpress.Xpf.PivotGrid

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

#Declaration

public void CreateServerModeDrillDownDataSourceAsync(
    int columnIndex,
    int rowIndex,
    List<string> customColumns,
    AsyncCompletedHandler asyncCompleted
)

#Parameters

Name Type
columnIndex Int32
rowIndex Int32
customColumns List<String>
asyncCompleted AsyncCompletedHandler
See Also