Skip to main content

ASPxClientPivotGrid.IsDeferUpdatesChecked Method

Indicates whether the Defer Layout Update check box is enabled.

Declaration

IsDeferUpdatesChecked(): boolean

Returns

Type Description
boolean

true, if the check box is enabled; otherwise, false.

Remarks

Using an Excel-style Customization Form, you can delay layout updates. Enable the Defer Layout Update check box, then drag fields between the areas and click the Update button to apply changes. Use the IsDeferUpdatesChecked property to indicate the checked state of the check box.

See Also