PivotCache.RefreshOnLoad Property
Specifies whether to refresh the PivotTable cache when the document is opened.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
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