Starting with v15.2.10, the DevExpress.ExpressApp.PivotChart.PivotChartModuleBase and
DevExpress.ExpressApp.PivotChart.AnalysisEditorBase classes provide the new
DataAccessMode property. The supported values are Client (default) and DataView (new).Use the first class via the Application Designer to configure the required data access mode globally for all analysis editors in the application while the second class can be used in a ViewController to configure individual editors (learn more...).
Refer to the eXpressApp Framework > Concepts > UI Construction > Views > List View Data Access Mode documentation to learn more on the specificities of each data access mode, because the validity of the PivotGridSettingsContent property is up to the XAF developer. For instance, in DataView mode non-persistent properties are not processed.