PivotGridControl.CreateServerModeDrillDownDataSourceAsync(Int32, 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,
int maxRowCount,
List<string> customColumns,
AsyncCompletedHandler asyncCompleted
)
#Parameters
Name | Type |
---|---|
column |
Int32 |
row |
Int32 |
max |
Int32 |
custom |
List<String> |
async |
Async |
See Also