Skip to main content

PivotGridOptionsCustomization.DeferredUpdates Property

Gets or sets whether dragging fields within the Customization Form (when it’s painted using the Excel2007 style) immediately updates the layout of fields in the PivotGrid control.

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
public bool DeferredUpdates { get; set; }

Property Value

Type Default Description
Boolean false

true if the layout of fields in the PivotGrid control must not be immediately updated; otherwise, false.

Remarks

Use the DeferredUpdates option to specify the initial state of the ‘Defer Layout Update’ check box in the Customization Form. This check box is visible when the PivotGridOptionsCustomization.CustomizationFormStyle option is set to Excel2007.

When the ‘Defer Layout Update’ check box is checked, dragging fields in the Customization Form doesn’t immediately update the layout. To update the layout, click the ‘Update’ button in the Customization Form.

See Also