Skip to main content
All docs
V25.1
  • Row

    PivotCache.RefreshOnLoad Property

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

    Namespace: DevExpress.Spreadsheet

    Assembly: DevExpress.Spreadsheet.v25.1.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