Skip to main content
Row

PivotCache.RefreshOnLoad Property

Specifies whether to refresh the PivotTable cache when the document is opened.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool RefreshOnLoad { get; set; }

Property Value

Type Description
Boolean

true to refresh the pivot cache when you open the workbook; otherwise, false.

Remarks

The RefreshOnLoad property has no effect when a workbook is opened in the Spreadsheet control or loaded into a Workbook instance. Call the PivotCache.Refresh method to refresh the PivotTable cache and get the latest data from the data source.

See Also