Skip to main content
A newer version of this page is available. .

ASPxPivotCustomizationControl.DeferredUpdates Property

Gets or sets whether dragging fields within the ASPxPivotCustomizationControl immediately updates the layout of fields in the PivotGrid control.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v19.2.dll

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 property to specify the initial state of the ‘Defer Layout Update’ check box in the ASPxPivotCustomizationControl. When the ‘Defer Layout Update’ check box is checked, dragging fields in the ASPxPivotCustomizationControl doesn’t immediately update the layout. In this instance, use the ‘Update’ button displayed in the ASPxPivotCustomizationControl, to update the pivot grid layout.

See Also