Skip to main content
A newer version of this page is available. .

PivotGridControl.ReloadData() Method

Reloads data from the PivotGridControl data source and recalculates summaries.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public void ReloadData()

Remarks

To reload data asynchronously, use the PivotGridControl.ReloadDataAsync method.

See Also