PivotGridControl.ReloadData() Method
In This Article
Reloads data from the PivotGridControl data source and recalculates summaries.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Remarks
To reload data asynchronously, use the PivotGridControl.ReloadDataAsync method.
See Also