PivotCustomizationExtensionSettings.DeferredUpdates Property
Gets or sets whether dragging fields within the Customization extension immediately updates the layout of fields in the PivotGrid control.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the layout of fields in the PivotGrid control must not be immediately updated; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to DeferredUpdates |
---|---|
PivotGridSettings |
|
Remarks
Use the DeferredUpdates property to specify the initial state of the ‘Defer Layout Update’ check box in the Customization extension. When the ‘Defer Layout Update’ check box is checked, dragging fields in the Customization extension does not immediately update the layout. In this instance, use the ‘Update’ button displayed in the Customization extension to update the pivot grid layout.