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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public void ReloadData()

Remarks

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

See Also