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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.