Skip to main content

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

Namespace: DevExpress.Xpf.PivotGrid

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

Declaration

public void CreateServerModeDrillDownDataSourceAsync(
    int columnIndex,
    int rowIndex,
    List<string> customColumns,
    AsyncCompletedHandler asyncCompleted
)
Public Sub CreateServerModeDrillDownDataSourceAsync(
    columnIndex As Integer,
    rowIndex As Integer,
    customColumns As List(Of String),
    asyncCompleted As AsyncCompletedHandler
)

Parameters

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