Back to Devexpress

CompatibilitySettings.PivotGridDisableBatchUpdate Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-dd2f1c4f.md

latest2.2 KB
Original Source

CompatibilitySettings.PivotGridDisableBatchUpdate Property

Specifies whether to update the PivotGridControl in a single batch during the data source synchronization.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public static bool PivotGridDisableBatchUpdate { get; set; }
vb
Public Shared Property PivotGridDisableBatchUpdate As Boolean

Property Value

TypeDescription
Boolean

true , to restore the legacy (slower) behavior; otherwise, false.

|

Remarks

In v22.1, we changed the PivotGridControl update mechanism to improve performance when fetching data from a view model. The PivotGridControl content is now only updated once the fetching operation is finished.

You can set the DisableBatchUpdate property or the application-wide PivotGridDisableBatchUpdate property to true to restore the legacy behavior.

Known Issues

The PivotGridField.AreaIndex property values may differ from the legacy mechanism when adding fields synchronously (without the BeginDataUpdate / EndDataUpdate methods).

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace