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

PivotGridControl.RefreshData() Method

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 RefreshData()

Remarks

To reload data from the control’s data source and recalculate summaries, use the PivotGridControl.ReloadData method.

See Also