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

ASPxPivotGrid.ReloadData() Method

Reloads the ASPxPivotGrid’s data.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v18.2.dll

Declaration

public void ReloadData()

Remarks

End-users can reload the ASPxPivotGrid’s data by selecting the Refresh Data menu item displayed within the Field Header Popup Menu. To invoke this menu, right-click a field header.

See Also